自动化立体仓库 - WMS系统
#
LSH
2022-08-13 43bf799fc85e18923480b5877e01b46dab28606f
src/main/resources/application.yml
@@ -2,6 +2,8 @@
  port: 8080
  servlet:
    context-path: /@pom.build.finalName@
#  tomcat:
#    uri-encoding: UTF-8
spring:
  application:
@@ -53,10 +55,10 @@
mes:
  url: 127.0.0.1:8080/test
  # 入库上报
  inPath: mesin/v1
  inPath: localhost:8080/ynwms/open/asrs/rpv/test/open/auth
  # 出库上报
  outPath: mesin/v1
  outPath: localhost:8080/ynwms/open/asrs/rpv/test/open/auth
  # 启动测试请求
  startUpTestPACK: mesin/v1
  startUpTestPACK: localhost:8080/ynwms/open/asrs/rpv/test/open/auth
  #暂停测试
  suspendTestPACK: mesin/v1
  suspendTestPACK: localhost:8080/ynwms/open/asrs/rpv/test/open/auth