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 /docs | |
parent | 526d2fc3562ccafa503ce5d086a7f4da6f2f3393 (diff) | |
parent | 7093b767e7d9a76c4f91ec98e95a9b1ea8a5e14d (diff) |
Merge "Update to Spring Boot 2"
Diffstat (limited to 'docs')
-rw-r--r-- | docs/configuration/configuration.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration/configuration.rst b/docs/configuration/configuration.rst index 22bd5fd..d0c2bd4 100644 --- a/docs/configuration/configuration.rst +++ b/docs/configuration/configuration.rst @@ -23,7 +23,7 @@ Default values :: # SERVER - server.contextPath=/nbi/api/v3 + server.servlet.context-path=/nbi/api/v3 server.port = 8080 # LOGGING |