summaryrefslogtreecommitdiffstats
path: root/src/main/resources/application.properties
diff options
context:
space:
mode:
authorLee, Tian (tl5884) <TianL@amdocs.com>2019-07-30 16:45:43 +0100
committerLee, Tian (tl5884) <TianL@amdocs.com>2019-07-30 16:58:50 +0100
commit20555f4c8fc76c5ebba78324788ec91af41aeaea (patch)
tree8b19f53ad2f8d52775515f22ff5eae671e00de83 /src/main/resources/application.properties
parent280095897dc60a83106df78bb513cfb4241ae800 (diff)
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) <TianL@amdocs.com>
Diffstat (limited to 'src/main/resources/application.properties')
-rw-r--r--src/main/resources/application.properties2
1 files changed, 1 insertions, 1 deletions
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