From 37a8cab63cef498490f50c0b0262bf0696cabf85 Mon Sep 17 00:00:00 2001 From: Igor Dysko Date: Sat, 27 Jun 2020 23:42:28 +0200 Subject: Update to spring boot 2 Update of code and dependencies, no changes in functionality Issue-ID: AAI-2529 Signed-off-by: Igor Dysko Change-Id: Ia43601c2990a67c0e8afefa1d54c53d7e606b886 --- aai-schema-service/src/main/resources/application.properties | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'aai-schema-service/src/main/resources/application.properties') diff --git a/aai-schema-service/src/main/resources/application.properties b/aai-schema-service/src/main/resources/application.properties index c586bfd..605a92b 100644 --- a/aai-schema-service/src/main/resources/application.properties +++ b/aai-schema-service/src/main/resources/application.properties @@ -5,8 +5,10 @@ info.build.version=@project.version@ spring.application.name=Schema Service Microservice spring.jersey.type=filter +spring.main.allow-bean-definition-overriding=true + +server.servlet.context-path=${schema.uri.base.path} -server.contextPath=${schema.uri.base.path} spring.autoconfigure.exclude=\ org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration,\ org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration -- cgit 1.2.3-korg