From 48b99fe5add8e59789b74d49eca6732813d2ae97 Mon Sep 17 00:00:00 2001 From: Igor Dysko Date: Wed, 22 Jul 2020 14:29:21 +0200 Subject: Update to spring boot 2 Update of code and dependencies Issue-ID: AAI-2530 Signed-off-by: Igor Dysko Change-Id: Iff78a028c237586a285c410a7522744f8a488b58 --- src/main/resources/application.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/main/resources/application.properties') diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 82780f7..ba59da9 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,7 +1,8 @@ spring.application.name=GraphAdmin +spring.main.allow-bean-definition-overriding=true -server.contextPath=/ +server.servlet.context-path=/ spring.autoconfigure.exclude=org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration,org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration spring.profiles.active=production,one-way-ssl -- cgit 1.2.3-korg