add:增加料箱/托盘称重检测功能。

This commit is contained in:
2026-01-28 20:22:06 +08:00
parent 3a8ca11b88
commit de0e4b62da
18 changed files with 391 additions and 115 deletions

View File

@@ -8,7 +8,7 @@ spring:
db-type: com.alibaba.druid.pool.DruidDataSource
driverClassName: com.mysql.cj.jdbc.Driver
# url: jdbc:mysql://${DB_HOST:192.168.8.218}:${DB_PORT:3306}/${DB_NAME:wms}?serverTimxezone=Asia/Shanghai&characterEncoding=utf8&useSSL=false&useOldAliasMetadataBehavior=true&allowPublicKeyRetrieval=true&useSSL=false
url: jdbc:mysql://${DB_HOST:localhost}:${DB_PORT:3306}/${DB_NAME:wms_hs2}?serverTimezone=Asia/Shanghai&characterEncoding=utf8&useSSL=false&useOldAliasMetadataBehavior=true&allowPublicKeyRetrieval=true&useSSL=false&socketTimeout=28800000
url: jdbc:mysql://${DB_HOST:localhost}:${DB_PORT:3306}/${DB_NAME:wms_hs4}?serverTimezone=Asia/Shanghai&characterEncoding=utf8&useSSL=false&useOldAliasMetadataBehavior=true&allowPublicKeyRetrieval=true&useSSL=false&socketTimeout=28800000
username: ${DB_USER:root}
password: ${DB_PWD:123456}
@@ -156,9 +156,9 @@ lucene:
index:
path: D:\lms\lucene\index
kdapi:
appId: 295539_RY4pS/CH0vl8TfUo652sR+1KULwdQNOG
appSecret: 0d47d08ee5014643b91a764e121e0bcb
appId: 295539_RY4pS/CH0vl8TfUo652sR+1KULwdQNOG111
appSecret: 0d47d08ee5014643b91a764e121e0bcb1111
userName: 管理员
pwd: ty.87016362
serverUrl: http://192.168.16.249/k3cloud/
pwd: ty.870163621
serverUrl: http://192.168.16.249/k3cloud/111
dCID: 65b078e7ea0ce6

View File

@@ -30,6 +30,7 @@ spring:
runTimeout: 5000
task:
pool:
# 线程大小设置
# 核心线程池大小
core-pool-size: 10
# 最大线程数