add:增加料箱/托盘称重检测功能。
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -30,6 +30,7 @@ spring:
|
||||
runTimeout: 5000
|
||||
task:
|
||||
pool:
|
||||
# 线程大小设置
|
||||
# 核心线程池大小
|
||||
core-pool-size: 10
|
||||
# 最大线程数
|
||||
|
||||
Reference in New Issue
Block a user