diff options
author | lizi00164331 <li.zi30@zte.com.cn> | 2017-09-08 13:58:24 +0800 |
---|---|---|
committer | lizi00164331 <li.zi30@zte.com.cn> | 2017-09-08 13:58:24 +0800 |
commit | c3966c0f911b119e9493c4faa7b8eba2ecbc7457 (patch) | |
tree | 815dc8a2764e9073f1178a1d0fc782ab1741c9da /standalone | |
parent | fa6dd60a45a093205ae55065f6de044c91493e60 (diff) |
Fix the esr-server setup issue.
remove the dependency on jersey client in version 1.18. Change the service portal to 9518.
Change-Id: I65657840b8ecfc7a592dc03d439fedf84491114e
Issue-ID: AAI-273
Signed-off-by: lizi00164331 <li.zi30@zte.com.cn>
Diffstat (limited to 'standalone')
-rw-r--r-- | standalone/src/main/assembly/conf/extsys.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/standalone/src/main/assembly/conf/extsys.yml b/standalone/src/main/assembly/conf/extsys.yml index a66ccc1..926bd33 100644 --- a/standalone/src/main/assembly/conf/extsys.yml +++ b/standalone/src/main/assembly/conf/extsys.yml @@ -16,7 +16,7 @@ template: Hello, %s! -defaultName: ${DW_DEFAULT_NAME:-Stranger} +#defaultName: ${DW_DEFAULT_NAME:-Stranger} # the micro service ip serviceIp: msbIp: 127.0.0.1 @@ -36,7 +36,7 @@ server: adminContextPath: /admin connector: type: http - port: 8100 + port: 9518 # Logging settings. logging: |