server:
|
port: 8080
|
servlet:
|
context-path: /@pom.build.finalName@
|
|
spring:
|
application:
|
name: @pom.build.finalName@
|
jmx:
|
enabled: false
|
datasource:
|
driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
|
url: jdbc:sqlserver://127.0.0.1:52840;databasename=shhtgcasrs
|
username: sa
|
password: sa@123
|
redis:
|
host: localhost
|
port: 6379
|
database: 0
|
# password: xltys1995
|
mvc:
|
static-path-pattern: /**
|
servlet:
|
multipart:
|
maxFileSize: 100MB
|
maxRequestSize: 100MB
|
|
mybatis-plus:
|
mapper-locations: classpath:mapper/*.xml
|
# global-config:
|
# field-strategy: 0
|
# configuration:
|
# log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
|
logging:
|
path: /stock/out/@pom.build.finalName@/logs
|
|
super:
|
pwd: xltys1995
|
|
# 登录 token 有效期(毫秒),默认 1 小时;有请求时会滑动续期
|
auth:
|
token-expire-ms: 3600000
|
|
swagger:
|
enable: false
|
|
#License相关配置
|
license:
|
subject: shhtgcasrs
|
publicAlias: publicCert
|
storePass: public_zhongyang_123456789
|
licensePath: license.lic
|
publicKeysStorePath: publicCerts.keystore
|
|
# 下位机配置
|
wcs-slave:
|
# 由浅入深
|
locGroupAscOrder: [
|
{rowList: [1],minBay: 1,maxBay: 2},
|
# {rowList: [3,4,5,6],minBay: 1,maxBay: 16},
|
# {rowList: [10,9,8,7],minBay: 1,maxBay: 16},
|
# {rowList: [10,9,8,7,6,5,4,3],minBay: 17,maxBay: 22},
|
# {rowList: [12,13],minBay: 1,maxBay: 22},
|
# {rowList: [15,14],minBay: 1,maxBay: 22},
|
# {rowList: [17,18,19,20,21,22,23],minBay: 1,maxBay: 22},
|
# {rowList: [2],minBay: 1,maxBay: 1},
|
# {rowList: [11],minBay: 1,maxBay: 22},
|
# {rowList: [16],minBay: 1,maxBay: 22},
|
]
|
|
#wcs对接
|
wcs:
|
#地址
|
address:
|
URL: http://127.0.0.1:9090/wcs
|
#出库移库任务下发
|
outboundTaskSend: open/outboundTaskSend
|
deviceStatus : open/deviceStatus
|
|
led:
|
ip: 192.168.1.198
|
url: wms
|
port: 8080
|
id: 1002
|
|
#erp对接
|
erp:
|
#地址
|
address:
|
URL: http://192.168.3.102:16001
|
#登录地址
|
loginaddress: K3CLOUD/Kingdee.BOS.WebApi.ServicesStub.AuthService.ValidateUser.common.kdsvc
|
#单据,商品档案地址
|
inaddress: K3CLOUD/Kingdee.BOS.WebApi.ServicesStub.DynamicFormService.ExecuteBillQuery.common.kdsvc
|
#结果上报(审核)单地址
|
outaddress: K3CLOUD/Kingdee.BOS.WebApi.ServicesStub.DynamicFormService.Audit.common.kdsvc
|
#登录账号管理
|
login :
|
acctID: "640ad1fcc2b286"
|
username: "立库"
|
password: "123456"
|
lcid: 2052
|