Update to spring boot 2 96/109896/1
authorIgor Dysko <igor1.dysko@orange.com>
Tue, 7 Jul 2020 12:15:29 +0000 (14:15 +0200)
committerIgor Dysko <igor1.dysko@orange.com>
Tue, 7 Jul 2020 12:15:29 +0000 (14:15 +0200)
Replaced unsupported property

Issue-ID: AAI-2526
Signed-off-by: Igor Dysko <igor1.dysko@orange.com>
Change-Id: I98bde0863a4c473175f5f19c19f9b36d101a2ec1

aai-resources/src/main/resources/application.properties
aai-resources/src/test/resources/application-test.properties

index e26199c..0366e33 100644 (file)
@@ -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
index 320b8e1..e8a4703 100644 (file)
@@ -7,7 +7,7 @@ info.build.version=1.1.0
 spring.application.name=aai-resources
 spring.jersey.type=filter
 
-server.contextPath=/
+server.servlet.context-path=/
 
 spring.jersey.application-path=${schema.uri.base.path}