Skip to content

Commit

Permalink
Sentinel zk datasource add default server-addr
Browse files Browse the repository at this point in the history
  • Loading branch information
fangjian0423 committed Jul 28, 2019
1 parent a593f77 commit e5deb08
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public ZookeeperDataSourceProperties() {
super(ZookeeperDataSourceFactoryBean.class.getName());
}

private String serverAddr;
private String serverAddr = "localhost:2181";

private String path;

Expand Down

0 comments on commit e5deb08

Please sign in to comment.