1
ZY
2025-03-18 f511b31ab0db0c9fa3d242e99a24e784bb6b602e
src/main/resources/application.yml
@@ -8,7 +8,7 @@
    name: @pom.build.finalName@
  datasource:
    driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
    url: jdbc:sqlserver://192.168.4.15:1433;databasename=ghtzasrs
    url: jdbc:sqlserver://127.0.0.1:1433;databasename=glccwcs
    username: sa
    password: sa@123
  mvc:
@@ -35,16 +35,28 @@
swagger:
  enable: false
#License相关配置
license:
  subject: czscgkwcs
  publicAlias: publicCert
  storePass: public_zhongyang_123456789
  licensePath: license.lic
  publicKeysStorePath: publicCerts.keystore
wms:
  # 是否开启上报
  start: true
  # WMS系统ip
  url: 10.12.20.12:5001
  url: 10.10.10.222:2410
  # 入库任务申请接口
  inboundTaskApplyPath: api/InterFace/get_InterFace_TestStorage
  # 任务状态反馈接口
  taskStatusFeedbackPath: api/InterFace/get_InterFace_TestStorage
  # 货位状态更新接口
  locationUpdatePath: api/InterFace/get_InterFace_TestStorage
  inboundTaskApplyPath: api/StereoscopicCallBack/AcceptTaskStatus
  # 任务开始时,WCS回调WMS
  taskStatusFeedbackPath: api/StereoscopicCallBack/TaskExecCallback
  # 任务完成结束时,WCS回调WMS
  taskExecCallback: api/StereoscopicCallBack/TaskExecFinishedCallback
  # 移库申请接口
  movePath: api/InterFace/get_InterFace_TestStorage
  code: code
  successCode: 200
  msg: msg
  data: data