mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-09-10 20:57:14 +08:00
chore: 升级后端依赖
1.Spring Boot 2.7.16 => 3.0.5 => 3.1.5 2.Sa-Token 1.36.0 => 1.37.0 3.MyBatis Plus 3.5.3.2 => 3.5.4 4.Dynamic Datasource 3.6.1 => 4.2.0 5.Redisson 3.20.1 => 3.24.3 6.ip2region 2.7.15 => 3.1.5.1 7.spotless 2.30.0 => 2.40.0
This commit is contained in:
@@ -69,7 +69,8 @@ spring.data:
|
||||
# 连接超时时间
|
||||
timeout: 10s
|
||||
# 是否开启 SSL
|
||||
ssl: false
|
||||
ssl:
|
||||
enabled: false
|
||||
## Spring Cache 配置
|
||||
cache:
|
||||
redis:
|
||||
|
@@ -71,7 +71,8 @@ spring.data:
|
||||
# 连接超时时间
|
||||
timeout: 10s
|
||||
# 是否开启 SSL
|
||||
ssl: false
|
||||
ssl:
|
||||
enabled: false
|
||||
## Spring Cache 配置
|
||||
cache:
|
||||
redis:
|
||||
|
Reference in New Issue
Block a user