Fix the service instance issue and support v21
[aai/oom.git] / components / aai-schema-service / config / application.properties
index 7b9312f..a639c41 100644 (file)
@@ -21,10 +21,11 @@ info.build.version=1.1.0
 spring.application.name=aai-schema-service
 spring.jersey.type=filter
 
-server.contextPath=/
+spring.main.allow-bean-definition-overriding=true
+server.servlet.context-path=/
+
 spring.autoconfigure.exclude=org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration,org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration
 
-spring.profiles.active={{ .Values.global.config.profiles.active }}
 spring.jersey.application-path=${schema.uri.base.path}
 server.tomcat.max-threads=200
 server.tomcat.min-Spare-Threads=25