修复zookeeper连接报错问题

This commit is contained in:
tanghc
2019-04-22 10:30:29 +08:00
parent 76ea062b61
commit e795f07107
6 changed files with 6 additions and 6 deletions

View File

@@ -13,7 +13,7 @@ spring:
cloud:
zookeeper:
connect-string: 10.1.31.126:2181
connect-string: localhost:2181
baseSleepTimeMs: 3000
maxRetries: 3