server:
|
port: 9090
|
|
|
spring:
|
application:
|
name: @pom.build.finalName@
|
datasource:
|
driver-class-name: com.mysql.jdbc.Driver
|
url: jdbc:mysql://127.0.0.1:3306/wcs?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai
|
username: root
|
password: xltys1995
|
mvc:
|
static-path-pattern: /**
|
|
|
ctu:
|
url: 10.10.10.200:8088
|
station: /station/convey
|
locSync: /api/open/loc/sync
|
sendTask: /api/open/bus/submit
|
getLoc: /api/open/loc/one
|
update: /api/open/sta/update
|
|
mybatis-plus:
|
mapper-locations: classpath:mapper/*.xml
|
# global-config:
|
# field-strategy: 0
|
|
logging:
|
path: stock/out/@pom.build.finalName@/logs
|
|
super:
|
pwd: xltys1995
|
|
swagger:
|
enable: false
|
|
|
# 下位机配置
|
wcs-slave:
|
# 输送线1
|
devp[0]:
|
id: 1
|
ip: 10.10.10.191
|
port: 102
|
rack: 0
|
slot: 0
|
staNos: 1001,1002,1003,1004,1005,1006,1007
|
# 入库口1
|
inSta[0]:
|
staNo: 1007
|
barcode: ${wcs-slave.barcode[0].id}
|
backSta: 1007
|
led: ${wcs-slave.led[0].id}
|
# 出库口1
|
outSta[0]:
|
staNo: 1001
|
# 条码扫描仪1
|
barcode[0]:
|
id: 1
|
ip: 10.10.10.194
|
port: 51236
|
# 条码扫描仪2
|
barcode[1]:
|
id: 2
|
ip: 10.10.10.146
|
port: 51236
|
# LED1
|
led[0]:
|
id: 1
|
ip: 10.10.10.101
|
port: 5005
|
devpPlcId: ${wcs-slave.devp[0].id}
|
staArr: 100
|
# LED2
|
led[1]:
|
id: 2
|
ip: 10.10.10.102
|
port: 5005
|
devpPlcId: ${wcs-slave.devp[0].id}
|
staArr: 200
|