pang.jiabao
2025-05-13 0069b25d77cf2dd36b030fa4c86d4f3738f552e8
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
83
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.227.21.31:1433;databasename=glccwcs
    username: cccwms
    password: pass-8686
 
#    url: jdbc:sqlserver://127.0.0.1:1433;databasename=glccwcs
#    username: sa
#    password: sa@123
  mvc:
    static-path-pattern: /**
  redis:
    host: localhost
    port: 6379
    database: 0
#    password: xltys1995
  profiles:
    active: prod
 
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
 
#License相关配置
license:
  subject: glccwcs
  publicAlias: publicCert
  storePass: public_zhongyang_123456789
  licensePath: license.lic
  publicKeysStorePath: publicCerts.keystore
 
wms:
  # 是否开启上报
  start: true
  # WMS系统ip
  url: http://10.227.21.31:8060/fromwcs
  # 入库任务申请接口
  inboundTaskApplyPath: /inboundTaskApply
  # 任务开始时,WCS回调WMS
  taskStatusFeedbackPath: api/StereoscopicCallBack/TaskExecCallback
  # 任务完成结束时,WCS回调WMS
  taskExecCallback: /taskStateReport
  # 移库申请接口
  movePath: api/InterFace/get_InterFace_TestStorage
  # 任务执行状态上报
  executionStatusReport: /executionStatusReport
  # 测试环境
#  url: http://127.0.0.1:8080/ghlnwms
#  taskStatusFeedbackPath: api/StereoscopicCallBack/TaskExecCallback
#  executionStatusReport: /open/asrs/executionStatusReport
#  taskExecCallback: /open/asrs/taskExecCallback
#  inboundTaskApplyPath: /open/asrs/testInLoc
#  movePath: api/InterFace/get_InterFace_TestStorage
 
 
  code: code
  successCode: 200
  msg: msg
  data: data
loc-move:
  enable: false
  crn1: false
  crn2: false
  crn3: false
  crn4: false