From 20555f4c8fc76c5ebba78324788ec91af41aeaea Mon Sep 17 00:00:00 2001 From: "Lee, Tian (tl5884)" Date: Tue, 30 Jul 2019 16:45:43 +0100 Subject: Upgrade Spring Boot from 1.5.x to 2.1.6 Changes required to upgrade Babel to latest Spring Boot version. This changelist is dependent on https://gerrit.onap.org/r/c/aai/oom/+/92293 Issue-ID: AAI-2540 Change-Id: I804b80506514d274249fa4eae36392793cb737fb Signed-off-by: Lee, Tian (tl5884) --- src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/resources') diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 187826a..9a7d699 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -2,7 +2,7 @@ server.port=9516 server.ssl.key-store=${CONFIG_HOME}/auth/tomcat_keystore server.ssl.client-auth=need -server.contextPath=/services/babel-service +server.servlet.context-path=/services/babel-service logging.config=${CONFIG_HOME}/logback.xml -- cgit 1.2.3-korg