mirror of
https://gitee.com/mirrors/Spring-Cloud-Alibaba.git
synced 2021-06-26 13:25:11 +08:00
Sentinel zk datasource add default server-addr
This commit is contained in:
parent
a593f774e0
commit
e5deb0835a
@ -32,7 +32,7 @@ public class ZookeeperDataSourceProperties extends AbstractDataSourceProperties
|
||||
super(ZookeeperDataSourceFactoryBean.class.getName());
|
||||
}
|
||||
|
||||
private String serverAddr;
|
||||
private String serverAddr = "localhost:2181";
|
||||
|
||||
private String path;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user