#
zjj
2023-12-06 630fd6132b59f0593d88d6de2c35ba82cc6ef434
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:
@@ -35,5 +35,26 @@
swagger:
  enable: false
#License相关配置
license:
  subject: ghtzwcs
  publicAlias: publicCert
  storePass: public_zhongyang_123456789
  licensePath: license.lic
  publicKeysStorePath: publicCerts.keystore
wms:
  url: localhost:8081/htwms3
  # 是否开启上报
  start: true
  # WMS系统ip
  #url: 10.32.53.195:8080
  # 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