This commit is contained in:
2024-06-26 11:16:12 +08:00
parent 583448efa9
commit ae549889ec
7 changed files with 31 additions and 7 deletions

View File

@@ -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 #连接池最大连接数(使用负值表示没有限制)