新增三级钢卷数据查询配置

This commit is contained in:
2026-05-26 14:13:55 +08:00
parent da2620f17d
commit 91fc8b6e38
4 changed files with 48 additions and 2 deletions

View File

@@ -16,6 +16,11 @@ spring:
url:
username:
password:
# 三级 klp-oa 主库(用于查询 WMS 钢卷数据)
klp:
url: jdbc:mysql://140.143.206.120:13306/klp-oa-test?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true
username: klp
password: KeLunPu@123
# 初始连接数
initialSize: 5
# 最小连接池数量