rev:出库修改

This commit is contained in:
zhangzhiqiang
2023-07-27 11:22:23 +08:00
parent e60c8a8c0f
commit 4edcab8b9e
24 changed files with 359 additions and 182 deletions

View File

@@ -29,9 +29,9 @@ spring:
password: ${DB_PWD:123456}
# 初始连接数
initial-size: 30
initial-size: 10
# 最小连接数
min-idle: 30
min-idle: 10
# 最大连接数
max-active: 100
# 是否自动回收超时连接