12.5修改
This commit is contained in:
+1
-1
@@ -87,7 +87,7 @@
|
||||
<dependency>
|
||||
<groupId>org.projectlombok</groupId>
|
||||
<artifactId>lombok</artifactId>
|
||||
<version>1.18.4</version>
|
||||
<version>1.18.22</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<!--链路追踪-->
|
||||
|
||||
@@ -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