#
LSH
2023-11-16 6b6801ae9e0cf5c8490c7c35659da371233664e3
src/main/resources/application.yml
@@ -8,9 +8,9 @@
    name: @pom.build.finalName@
  datasource:
    driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
    url: jdbc:sqlserver://localhost:1433;databasename=wcs_dev
    url: jdbc:sqlserver://192.168.4.15:1433;databasename=ghtzasrs
    username: sa
    password: sa
    password: sa@123
  mvc:
    static-path-pattern: /**
  redis:
@@ -36,4 +36,15 @@
  enable: false
wms:
  url: localhost:8081/htwms3
  # 是否开启上报
  start: true
  # WMS系统ip
  url: 10.12.20.12:5001
  # 入库任务申请接口
  inboundTaskApplyPath: api/InterFace/get_InterFace_TestStorage
  # 任务状态反馈接口
  taskStatusFeedbackPath: api/InterFace/get_InterFace_TestStorage
  # 货位状态更新接口
  locationUpdatePath: api/InterFace/get_InterFace_TestStorage
  # 移库申请接口
  movePath: api/InterFace/get_InterFace_TestStorage