cv
zhang
2026-01-20 ac2dc34455ba2fd0e98f7430e2723e524b100b70
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
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