自动化立体仓库 - WMS系统
野心家
2024-09-26 2e3716054aa57e2a41ee39c4ea0cd776fd74f260
src/main/resources/application.yml
@@ -1,5 +1,5 @@
server:
  port: 8080
  port: 8081
  servlet:
    context-path: /@pom.build.finalName@
@@ -10,7 +10,7 @@
    enabled: false
  datasource:
    driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
    url: jdbc:sqlserver://192.168.4.15:1433;databasename=asrs
    url: jdbc:sqlserver://127.0.0.1:1433;databasename=dlzasrs
    username: sa
    password: sa@123
  mvc:
@@ -32,14 +32,14 @@
  path: /stock/out/@pom.build.finalName@/logs
super:
  pwd: asrs2023
  pwd: xltys1995
swagger:
  enable: false
#License相关配置
license:
  subject: gdkyasrs
  subject: dlzasrs
  publicAlias: publicCert
  storePass: public_zhongyang_123456789
  licensePath: license.lic
@@ -60,9 +60,13 @@
# wms参数配置
wms-parameter:
  # 自动补空板功能开关
  automaticFillingBoardStaNosBoolean: true
  automaticFillingBoardStaNosBoolean: false
  # 自动补空板站点
  automaticFillingBoardStaNos: 112,101
  # 自动移库功能开关
  autoLocMoveBoolean: false
  # 自动移库功能开关 穿梭
  autoLocMoveUnilateralBoolean: false
comb:
  limit: 5000
@@ -72,7 +76,7 @@
  #  开关
  switch:
    #获取单据开关
    InboundOrderSwitch: true
    InboundOrderSwitch: false
    #登录接口开关
    LoginAuthenticationSwitch: false
    #上报、审核单据开关