自动化立体仓库 - WMS系统
skyouc
1 天以前 9635e42dfd2f5e0577e2c97309b980e76ec0842b
src/main/resources/application-dev.yml
@@ -1,18 +1,19 @@
server:
  port: 8080
  servlet:
    context-path: /@pom.build.finalName@
    context-path: /wms
spring:
  application:
    name: @pom.build.finalName@
    name: wms
  jmx:
    enabled: false
  datasource:
    driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
    username: sa
    password: sa@123
    url: jdbc:sqlserver://192.168.4.15:1433;databasename=jsxsasrs
    url: jdbc:sqlserver://192.168.238.31:1433;databasename=jsxsasrs
#    url: jdbc:sqlserver://192.168.4.34:1433;databasename=jsxsasrs
  mvc:
    static-path-pattern: /**
  redis:
@@ -30,7 +31,7 @@
  #  global-config:
  #    field-strategy: 0
  configuration:
    #    log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
#    log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
    map-underscore-to-camel-case: true
    cache-enabled: true
    call-setters-on-nulls: true
@@ -58,21 +59,21 @@
  # 双深
  doubleDeep: true
  # 双深库位排号
  doubleLocs: 1,4,5,8,9,12,13,16
  doubleLocs: 11, 14
  # 一个堆垛机负责的货架排数
  groupCount: 4
  # 左深库位排号
  doubleLocsLeft: 1,5,9,13
  doubleLocsLeft: 11
  # 右深库位排号
  doubleLocsRight: 4,8,12,16
  doubleLocsRight: 14
# wms参数配置
wms-parameter:
  # 自动补空板功能开关
  automaticFillingBoardStaNosBoolean: false
  automaticFillingBoardStaNosBoolean: true
  # 自动补空板站点
  automaticFillingBoardStaNos: 112,101
  # 自动移库功能开关
  autoLocMoveBoolean: false
  autoLocMoveBoolean: true
  # 自动移库功能开关 穿梭
  autoLocMoveUnilateralBoolean: false
@@ -84,7 +85,7 @@
  #  开关
  switch:
    #计时器上报开关
    ErpReportOld: false
    ErpReportOld: true
    #获取单据开关
    InboundOrderSwitch: false
    #登录接口开关
@@ -113,7 +114,10 @@
#KOPEN小松平台
kopen:
#  url: webservice.kopen.com.cn
  url: 10.143.23.26
  port: 1482
  prefix: /kc-api/api/wms
#AGV调度
hlk: