修改配置文件

main
liushujing 5 months ago
parent 8abd6e600e
commit 2a14b3ea7b

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

Loading…
Cancel
Save