File tree Expand file tree Collapse file tree 2 files changed +8
-10
lines changed
yudao-server/src/main/resources Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -54,11 +54,10 @@ spring:
54
54
password : 123456
55
55
56
56
# Redis 配置。Redisson 默认的配置足够使用,一般不需要进行调优
57
- data :
58
- redis :
59
- host : 400-infra.server.iocoder.cn # 地址
60
- port : 6379 # 端口
61
- database : 1 # 数据库索引
57
+ redis :
58
+ host : 400-infra.server.iocoder.cn # 地址
59
+ port : 6379 # 端口
60
+ database : 1 # 数据库索引
62
61
# password: 123456 # 密码,建议生产环境开启
63
62
64
63
--- # ################### 定时任务相关配置 ####################
Original file line number Diff line number Diff line change @@ -78,11 +78,10 @@ spring:
78
78
# validation-query: SELECT SERVER_STATUS() # TDengine 数据源的有效性检查 SQL
79
79
80
80
# Redis 配置。Redisson 默认的配置足够使用,一般不需要进行调优
81
- data :
82
- redis :
83
- host : 127.0.0.1 # 地址
84
- port : 6379 # 端口
85
- database : 0 # 数据库索引
81
+ redis :
82
+ host : 127.0.0.1 # 地址
83
+ port : 6379 # 端口
84
+ database : 0 # 数据库索引
86
85
# password: dev # 密码,建议生产环境开启
87
86
88
87
--- # ################### 定时任务相关配置 ####################
You can’t perform that action at this time.
0 commit comments