From 31c7747f1050c5a64320b655d838fcc3624b43a0 Mon Sep 17 00:00:00 2001 From: Igor Dysko Date: Tue, 7 Jul 2020 14:15:29 +0200 Subject: Update to spring boot 2 Replaced unsupported property Issue-ID: AAI-2526 Signed-off-by: Igor Dysko Change-Id: I98bde0863a4c473175f5f19c19f9b36d101a2ec1 --- aai-resources/src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'aai-resources/src/main') diff --git a/aai-resources/src/main/resources/application.properties b/aai-resources/src/main/resources/application.properties index e26199c..0366e33 100644 --- a/aai-resources/src/main/resources/application.properties +++ b/aai-resources/src/main/resources/application.properties @@ -8,7 +8,7 @@ spring.application.name=Resources Microservice spring.jersey.type=filter 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 -- cgit 1.2.3-korg