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:
parent
97939b8098
commit
b9a08cf1e4
@ -18,7 +18,7 @@
|
||||
<properties>
|
||||
<sentinel.version>1.4.0</sentinel.version>
|
||||
<oss.version>3.1.0</oss.version>
|
||||
<nacos.version>0.8.1</nacos.version>
|
||||
<nacos.version>0.8.2</nacos.version>
|
||||
<fescar.version>0.1.3</fescar.version>
|
||||
<acm.version>1.0.8</acm.version>
|
||||
<ans.version>1.0.1</ans.version>
|
||||
|
@ -65,7 +65,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");
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user