diff options
author | Igor Dysko <igor1.dysko@orange.com> | 2020-06-27 23:42:28 +0200 |
---|---|---|
committer | Igor Dysko <igor1.dysko@orange.com> | 2020-07-06 14:46:52 +0200 |
commit | 37a8cab63cef498490f50c0b0262bf0696cabf85 (patch) | |
tree | c09ac4528d76546ea21d3ddaa70e06fb0f07dcf2 /aai-schema-service/src/test/resources/application-test.properties | |
parent | 95dadba8706ede75a0b39127b40b6430031fa1d3 (diff) |
Update to spring boot 2
Update of code and dependencies, no changes in functionality
Issue-ID: AAI-2529
Signed-off-by: Igor Dysko <igor1.dysko@orange.com>
Change-Id: Ia43601c2990a67c0e8afefa1d54c53d7e606b886
Diffstat (limited to 'aai-schema-service/src/test/resources/application-test.properties')
-rw-r--r-- | aai-schema-service/src/test/resources/application-test.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aai-schema-service/src/test/resources/application-test.properties b/aai-schema-service/src/test/resources/application-test.properties index bad8309..c3d72b5 100644 --- a/aai-schema-service/src/test/resources/application-test.properties +++ b/aai-schema-service/src/test/resources/application-test.properties @@ -1,7 +1,7 @@ spring.application.name=aai-schema-service spring.jersey.type=filter -server.contextPath=${schema.uri.base.path} +server.servlet.context-path=${schema.uri.base.path} spring.autoconfigure.exclude=\ org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration,\ |