自动化立体仓库 - WMS系统
pang.jiabao
1 天以前 3662f72f15979168dd68912181aeefffe0dc5dff
src/main/resources/application-dev.yml
@@ -12,7 +12,7 @@
    driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
    username: sa
    password: sa@123
    url: jdbc:sqlserver://127.0.0.1:1433;databasename=wms2.0
    url: jdbc:sqlserver://127.0.0.1:1433;databasename=nwswms
  mvc:
    static-path-pattern: /**
  redis:
@@ -27,13 +27,6 @@
mybatis-plus:
  mapper-locations: classpath:mapper/*.xml
  #  global-config:
  #    field-strategy: 0
  configuration:
    #    log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
    map-underscore-to-camel-case: true
    cache-enabled: true
    call-setters-on-nulls: true
super:
@@ -44,11 +37,21 @@
#License相关配置
license:
  subject: asrs2.0
  subject: nwsasrs
  publicAlias: publicCert
  storePass: public_zhongyang_123456789
  licensePath: license.lic
  publicKeysStorePath: publicCerts.keystore
#wcs对接
wcs:
  URL: http://127.0.0.1:9090/wcs
  outboundTaskSend: open/outboundTaskSend
  deviceStatus : open/deviceStatus
  createOutTask: openapi/createOutTask
  createLocMoveTask: openapi/createLocMoveTask
  devicesStatus: openapi/devicesStatus
  getAllLocInformation: openapi/getAllLocInformation
# 下位机配置
wcs-slave:
@@ -62,6 +65,16 @@
  doubleLocsLeft: 1,5,9,13
  # 右深库位排号
  doubleLocsRight: 4,8,12,16
  #堆垛机号
  crns: [ 1,2,3 ]
  #每台堆垛机负责的巷道所拥有的货架排
  #crnNo是堆垛机编号,rows是排号,也是入库找货架排数的顺序
  groupRows: [
    { crnNo: 1,rows: [ 1,4,2,3 ] },
    { crnNo: 2,rows: [ 5,8,6,7 ] },
    { crnNo: 3,rows: [ 9,12,10,11 ] }
  ]