修改接口报错

This commit is contained in:
2025-09-18 16:35:33 +08:00
parent 008a6e0731
commit 66f8c800a3
9 changed files with 219 additions and 237 deletions

View File

@@ -78,15 +78,15 @@ spring:
# password: KeLunPu123!
password:
# 连接超时时间
timeout: 10s
timeout: 20s
lettuce:
pool:
# 连接池中的最小空闲连接
min-idle: 0
min-idle: 2
# 连接池中的最大空闲连接
max-idle: 8
max-idle: 10
# 连接池的最大数据库连接数
max-active: 8
max-active: 20
# #连接池最大阻塞等待时间(使用负值表示没有限制)
max-wait: -1ms