#fs
lsh
2024-09-11 309ed0561c1123e0d8df7c8b26de60b6107b08fd
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
server:
  port: 9090
  servlet:
    context-path: /@pom.build.finalName@
 
spring:
  application:
    name: @pom.build.finalName@
  datasource:
    driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
#    url: jdbc:sqlserver://10.10.10.201:1433;databasename=ahyxasrs
    url: jdbc:sqlserver://192.168.4.15:1433;databasename=ahyxasrs
    username: sa
    password: sa@123
  mvc:
    static-path-pattern: /**
  redis:
    host: localhost
    port: 6379
    database: 0
 
mybatis-plus:
  mapper-locations: classpath:mapper/*.xml
 
logging:
  path: /stock/out/@pom.build.finalName@/logs
  enableEveryThreadLog: true
 
super:
  pwd: xltys1995
 
swagger:
  enable: false
 
# 下位机配置
wcs-slave:
  # 输送线
  devp[0]:
    id: 1
    ip: 192.168.4.250
    port: 102
    rack: 0
    slot: 0
  # 输送线
  devp[1]:
    id: 2
    ip: 192.168.4.250
    port: 102
    rack: 0
    slot: 0
  # RGV穿梭车1
  rgv[0]:
    id: 1
    ip: 192.168.4.250
    port: 502
    rack: 0
    slot: 0
    demo: false
 
wms:
  url: localhost:8080/yxwms