diff options
author | Eric Debeau <eric.debeau@orange.com> | 2019-02-21 13:18:47 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-02-21 13:18:47 +0000 |
commit | b9c025acf17c887ee3a98d8f9b2efe316270b60a (patch) | |
tree | b97876482194be911a4a2cdbc8dc258f10d5ae35 /src/main/resources/application-test.properties | |
parent | 526d2fc3562ccafa503ce5d086a7f4da6f2f3393 (diff) | |
parent | 7093b767e7d9a76c4f91ec98e95a9b1ea8a5e14d (diff) |
Merge "Update to Spring Boot 2"
Diffstat (limited to 'src/main/resources/application-test.properties')
-rw-r--r-- | src/main/resources/application-test.properties | 4 |
1 files changed, 2 insertions, 2 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 |