zwl
2025-07-02 4282d15a5e69a6b4c822c87d27a1ed6e7e618f00
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://localhost:1433;databasename=ghtzasrs
    url: jdbc:sqlserver://127.0.0.1:1433;databasename=tzmsewcs
    username: sa
    password: sa@123
  mvc:
@@ -37,24 +37,30 @@
#License相关配置
license:
  subject: ghtzwcs
  subject: tzmsewcs
  publicAlias: publicCert
  storePass: public_zhongyang_123456789
  licensePath: license.lic
  publicKeysStorePath: publicCerts.keystore
wms:
  #输送线暂存数
  count: 8
  maxCirle: 3
  # 是否开启上报
  start: true
  # WMS系统ip
  #url: 10.32.53.195:8080
  # WMS系统ip
  url: w.informfengyun.com:58088/prod-api
  #  url: 10.210.157.109:8090
  url: 192.168.0.98:8078/dfmp
  # 入库任务申请接口
  inboundTaskApplyPath: api/InterFace/get_InterFace_TestStorage
  # 任务状态反馈接口
  taskStatusFeedbackPath: api/InterFace/get_InterFace_TestStorage
  # 货位状态更新接口
  locationUpdatePath: api/InterFace/get_InterFace_TestStorage
  #inboundTaskApplyPath: api/InterFace/inboundTaskApply
  inboundTaskApplyPath: other/api/wcs/allocation
  #  inboundTaskApplyPath: open/asrs/inboundTaskApply
  # 任务开始时,WCS回调WMS
  taskStatusFeedbackPath: other/api/wcs/taskStart
  # 任务完成结束时,WCS回调WMS
  TaskExecCallback: other/api/wcs/taskFinish
  # 移库申请接口
  movePath: api/InterFace/get_InterFace_TestStorage