|
@@ -32,6 +32,19 @@ spring:
|
|
|
wall:
|
|
wall:
|
|
|
config:
|
|
config:
|
|
|
multi-statement-allow: true
|
|
multi-statement-allow: true
|
|
|
|
|
+ redis:
|
|
|
|
|
+ host: 172.16.20.103
|
|
|
|
|
+ port: 6379
|
|
|
|
|
+ password: ch_wm_redis_2025@.
|
|
|
|
|
+ database: 3
|
|
|
|
|
+ timeout: 5000
|
|
|
|
|
+ lettuce:
|
|
|
|
|
+ shutdown-timeout: 100
|
|
|
|
|
+ pool:
|
|
|
|
|
+ max-active: 3
|
|
|
|
|
+ min-idle: 2
|
|
|
|
|
+ max-idle: 3
|
|
|
|
|
+ max-wait: -1
|
|
|
# 接口数据加密
|
|
# 接口数据加密
|
|
|
secure-api:
|
|
secure-api:
|
|
|
# 开启SecureApi功能,如果为false则其余配置项均不生效
|
|
# 开启SecureApi功能,如果为false则其余配置项均不生效
|