12.5修改
This commit is contained in:
@@ -30,3 +30,11 @@ spring:
|
||||
# 共享配置
|
||||
shared-configs:
|
||||
- application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}
|
||||
redisson:
|
||||
config:
|
||||
singleServerConfig:
|
||||
address: redis://116.204.89.187:4399
|
||||
connectTimeout: 10000 # 连接超时时间
|
||||
timeout: 10000 # 命令执行超时时间
|
||||
retryAttempts: 3 # 重试次数
|
||||
retryInterval: 1500 # 重试间隔
|
||||
|
||||
Reference in New Issue
Block a user