1
0
mirror of https://gitee.com/mirrors/Spring-Cloud-Alibaba.git synced 2021-06-26 13:25:11 +08:00

1、change the nacos system properties named

2、upgrade nacos client dependency with 0.8.2
This commit is contained in:
得少
2019-02-22 20:45:58 +08:00
parent f777bc3006
commit 3934115863
2 changed files with 3 additions and 3 deletions

View File

@@ -66,7 +66,7 @@ public class NacosDiscoveryParameterInitListener
edasChangeOrderConfiguration.getDauthSecretKey());
// step 2: set these properties for nacos client
properties.setProperty("webContext", "/vipserver");
properties.setProperty("serverPort", "80");
properties.setProperty("nacos.naming.web.context", "/vipserver");
properties.setProperty("nacos.naming.exposed.port", "80");
}
}