aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources
diff options
context:
space:
mode:
authorEric Debeau <eric.debeau@orange.com>2019-02-21 13:18:47 +0000
committerGerrit Code Review <gerrit@onap.org>2019-02-21 13:18:47 +0000
commitb9c025acf17c887ee3a98d8f9b2efe316270b60a (patch)
treeb97876482194be911a4a2cdbc8dc258f10d5ae35 /src/main/resources
parent526d2fc3562ccafa503ce5d086a7f4da6f2f3393 (diff)
parent7093b767e7d9a76c4f91ec98e95a9b1ea8a5e14d (diff)
Merge "Update to Spring Boot 2"
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/application-test.properties4
-rw-r--r--src/main/resources/application.properties4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/main/resources/application-test.properties b/src/main/resources/application-test.properties
index b890216..b959b47 100644
--- a/src/main/resources/application-test.properties
+++ b/src/main/resources/application-test.properties
@@ -17,7 +17,7 @@
nbi.version = v3
# SERVER
-server.contextPath = /nbi/api/${nbi.version}
+server.servlet.context-path = /nbi/api/${nbi.version}
server.port = 8080
# LOGGING
@@ -29,7 +29,7 @@ onap.tenantId = 31047205ce114b60833b23e400d6a535
onap.cloudOwner = CloudOwner
# NBI
-nbi.url = http://localhost:${server.port}${server.contextPath}
+nbi.url = http://localhost:${server.port}${server.servlet.context-path}
nbi.callForVNF = false
# SCHEDULER
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties
index 6a66737..633e029 100644
--- a/src/main/resources/application.properties
+++ b/src/main/resources/application.properties
@@ -23,7 +23,7 @@ spring.profiles.active = default
nbi.version = v3
# SERVER
-server.contextPath = /nbi/api/${nbi.version}
+server.servlet.context-path = /nbi/api/${nbi.version}
server.port = 8080
# LOGGING
@@ -35,7 +35,7 @@ onap.tenantId = 6e97a2bd51d74f6db5671d8dc1517d82
onap.cloudOwner = CloudOwner
# NBI
-nbi.url = http://localhost:${server.port}${server.contextPath}
+nbi.url = http://localhost:${server.port}${server.servlet.context-path}
nbi.callForVNF = false
# SCHEDULER