06-26
This commit is contained in:
@@ -11,12 +11,12 @@ spring:
|
||||
cloud:
|
||||
nacos:
|
||||
discovery:
|
||||
namespace: common
|
||||
server-addr: 39.104.100.138:8848
|
||||
# namespace: common
|
||||
server-addr: 127.0.0.1:8848
|
||||
register-enabled: false
|
||||
redis:
|
||||
database: 3 # Redis数据库索引(默认为0)
|
||||
host: 39.104.100.138
|
||||
host: 127.0.0.1
|
||||
jedis:
|
||||
pool:
|
||||
max-active: -1 #连接池最大连接数(使用负值表示没有限制)
|
||||
|
||||
Reference in New Issue
Block a user