|
|
@@ -19,24 +19,25 @@ spring:
|
|
|
keepalive-time: 30000
|
|
|
|
|
|
# Redis 配置
|
|
|
- redis:
|
|
|
- host: server.kuaiyuman.cn
|
|
|
- port: 6379
|
|
|
- password: KtXA^Zx!TZmLEy(@JjB@2(TVG0kdy5)&
|
|
|
- database: 8
|
|
|
- timeout: 10000
|
|
|
- # 连接配置
|
|
|
- lettuce:
|
|
|
- pool:
|
|
|
- max-active: 10
|
|
|
- max-wait: 3000
|
|
|
- max-idle: 8
|
|
|
- min-idle: 2
|
|
|
- time-between-eviction-runs: 30000
|
|
|
- shutdown-timeout: 100
|
|
|
- refresh:
|
|
|
- period: 10000
|
|
|
- min: 5000
|
|
|
+ data:
|
|
|
+ redis:
|
|
|
+ host: server.kuaiyuman.cn
|
|
|
+ port: 6379
|
|
|
+ password: KtXA^Zx!TZmLEy(@JjB@2(TVG0kdy5)&
|
|
|
+ database: 8
|
|
|
+ timeout: 10000
|
|
|
+ # 连接配置
|
|
|
+ lettuce:
|
|
|
+ pool:
|
|
|
+ max-active: 10
|
|
|
+ max-wait: 3000
|
|
|
+ max-idle: 8
|
|
|
+ min-idle: 2
|
|
|
+ time-between-eviction-runs: 30000
|
|
|
+ shutdown-timeout: 100
|
|
|
+ refresh:
|
|
|
+ period: 10000
|
|
|
+ min: 5000
|
|
|
|
|
|
# 数据库初始化
|
|
|
sql:
|