修复zookeeper连接报错问题

This commit is contained in:
tanghc
2019-04-22 10:27:43 +08:00
parent ae76083184
commit fde7cc482a
7 changed files with 17 additions and 18 deletions

View File

@@ -11,10 +11,9 @@ spring:
application:
name: sop-admin
# zookeeper客户端连接
cloud:
zookeeper:
connect-string: localhost:2181
connect-string: 10.1.31.126:2181
baseSleepTimeMs: 3000
maxRetries: 3