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/rcs_ctu_stable?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai
|
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: 192.168.3.216:8088
|
station: /api/open/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
|
|
|
# 下位机配置
|
cv-slave:
|
# 输送线1
|
devp[0]:
|
id: 1
|
ip: 10.10.10.191
|
port: 102
|
rack: 0
|
slot: 0
|
# ctu放货站点
|
releaseSta[0]:
|
# 本站点
|
staNo: 1001
|
# 目标站点
|
targetSta: 1004
|
# ctu入库站点
|
inSta[0]:
|
# 本站点
|
staNo: 1006
|
# 目标站点
|
targetSta: 1007
|
# ctu取货站点
|
takeSta[0]:
|
# 本站点
|
staNo: 1007
|
# 条码扫描仪1
|
barcode[0]:
|
id: 1
|
ip: 10.10.10.194
|
port: 51236
|