zjj
2023-11-24 af1b0101f2f19fb562ba81eb2bbe3a7976e3d716
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://localhost:1433;databasename=ghtzasrs
    username: sa
    password: sa@123
  mvc:
@@ -36,4 +36,15 @@
  enable: false
wms:
  url: localhost:8081/htwms3
  # 是否开启上报
  start: true
  # WMS系统ip
  url: 10.32.53.195:8080
  # 入库任务申请接口
  inboundTaskApplyPath: api/InterFace/get_InterFace_TestStorage
  # 任务状态反馈接口
  taskStatusFeedbackPath: api/InterFace/get_InterFace_TestStorage
  # 货位状态更新接口
  locationUpdatePath: api/InterFace/get_InterFace_TestStorage
  # 移库申请接口
  movePath: api/InterFace/get_InterFace_TestStorage