修改配置文件

main
liushujing 5 months ago
parent 8abd6e600e
commit 2a14b3ea7b

@ -35,7 +35,7 @@ spring:
wall:
config:
multi-statement-allow: true
data:
#data:
redis:
open: true # 是否开启redis缓存 true开启 false关闭
database: 0
@ -52,7 +52,7 @@ spring:
min-idle: 5 # 连接池中的最小空闲连接
ratelimiter:
enabled: true
redis-address: redis://39.174.50.18:6379
redis-address: redis://127.0.0.1:6379
redis-password: 123456
exceptionHandler:
enable: false

Loading…
Cancel
Save