1
zhang
4 天以前 b10ed4245c671edbf3a0ef346d5b08ec854a277d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
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