|
...
|
...
|
@@ -13,7 +13,7 @@ logging.level.root=info |
|
|
|
management.security.enabled=false
|
|
|
|
|
|
|
|
# zk 地址
|
|
|
|
app.zk.addr=ip:port
|
|
|
|
app.zk.addr=118.25.173.200:9528
|
|
|
|
|
|
|
|
# zk 连接超时时限
|
|
|
|
app.zk.connect.timeout=15000
|
|
...
|
...
|
@@ -37,11 +37,11 @@ app.route.way=com.crossoverjie.cim.common.route.algorithm.consistenthash.Consist |
|
|
|
app.route.way.consitenthash=com.crossoverjie.cim.common.route.algorithm.consistenthash.TreeMapConsistentHash
|
|
|
|
|
|
|
|
# Redis 配置
|
|
|
|
spring.redis.host=xx
|
|
|
|
spring.redis.port=6379
|
|
|
|
spring.redis.host=118.25.173.200
|
|
|
|
spring.redis.port=9527
|
|
|
|
spring.redis.pool.max-active=100
|
|
|
|
spring.redis.pool.max-idle=100
|
|
|
|
spring.redis.pool.max-wait=1000
|
|
|
|
spring.redis.pool.min-idle=10
|
|
|
|
spring.redis.password=xx
|
|
|
|
spring.redis.password=Luhui586
|
|
|
|
|
...
|
...
|
|