add:新增半成品出入库导入/清洗刻字调度任务

This commit is contained in:
zhangzhiqiang
2023-07-25 17:08:37 +08:00
parent cc2cf779e9
commit 373488ada2
86 changed files with 1748 additions and 517 deletions

View File

@@ -29,17 +29,17 @@ spring:
password: ${DB_PWD:123456}
# 初始连接数
initial-size: 5
initial-size: 30
# 最小连接数
min-idle: 15
min-idle: 30
# 最大连接数
max-active: 30
max-active: 100
# 是否自动回收超时连接
remove-abandoned: true
# 超时时间(以秒数为单位)
remove-abandoned-timeout: 180
# 获取连接超时时间
max-wait: 3000
max-wait: 5000
# 连接有效性检测时间
time-between-eviction-runs-millis: 60000
# 连接在池中最小生存的时间