fix: 调整默认主题色并优化数据库连接配置
1. 将默认主题色从#1171c4更改为#e4393c 2. 在druid配置中开启keepAlive,定期检测空闲连接有效性以应对网络抖动
This commit is contained in:
@@ -39,6 +39,8 @@ spring:
|
||||
testWhileIdle: true
|
||||
testOnBorrow: false
|
||||
testOnReturn: false
|
||||
# 开启keepAlive,定期检测空闲连接的有效性,网络抖动后自动恢复
|
||||
keepAlive: true
|
||||
webStatFilter:
|
||||
enabled: true
|
||||
statViewServlet:
|
||||
|
||||
Reference in New Issue
Block a user