1
0
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:
fangjian0423 2019-07-29 00:08:57 +08:00
parent a593f774e0
commit e5deb0835a

View File

@ -32,7 +32,7 @@ public class ZookeeperDataSourceProperties extends AbstractDataSourceProperties
super(ZookeeperDataSourceFactoryBean.class.getName());
}
private String serverAddr;
private String serverAddr = "localhost:2181";
private String path;