自动化立体仓库 - WMS系统
#
Junjie
4 天以前 710d56d624455f72219a326c5692f0ca79964fa5
src/main/resources/application.yml
@@ -1,5 +1,5 @@
server:
  port: 8081
  port: 8080
  servlet:
    context-path: /@pom.build.finalName@
@@ -12,7 +12,7 @@
    driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
    url: jdbc:sqlserver://127.0.0.1:1433;databasename=qlasrs-sxk
    username: sa
    password: sa@123
    password: Ab!123456
  mvc:
    static-path-pattern: /**
  redis:
@@ -24,6 +24,10 @@
    multipart:
      maxFileSize: 100MB
      maxRequestSize: 100MB
  task:
    scheduling:
      pool:
        size: 3
mybatis-plus:
  mapper-locations: classpath:mapper/*.xml 
@@ -43,7 +47,7 @@
#License相关配置
license:
  subject: qlasrs-sxk
  subject: wmsdev
  publicAlias: publicCert
  storePass: public_zhongyang_123456789
  licensePath: license.lic
@@ -53,32 +57,49 @@
wcs-slave:
  # 由浅入深
  locGroupAscOrder: [
    {rowList: [1],minBay: 1,maxBay: 16},
    {rowList: [3,4,5,6],minBay: 1,maxBay: 16},
    {rowList: [10,9,8,7],minBay: 1,maxBay: 16},
    {rowList: [10,9,8,7,6,5,4,3],minBay: 17,maxBay: 22},
    {rowList: [12,13],minBay: 1,maxBay: 22},
    {rowList: [15,14],minBay: 1,maxBay: 22},
    {rowList: [17,18,19,20,21,22,23],minBay: 1,maxBay: 22},
    {rowList: [2],minBay: 1,maxBay: 22},
    {rowList: [11],minBay: 1,maxBay: 22},
    {rowList: [16],minBay: 1,maxBay: 22},
    {rowList: [2,1],minBay: 2,maxBay: 70},
    {rowList: [3,4],minBay: 2,maxBay: 70},
    {rowList: [6,5],minBay: 2,maxBay: 70},
    {rowList: [7,8],minBay: 2,maxBay: 70},
    {rowList: [10,9],minBay: 2,maxBay: 70},
    {rowList: [11,12],minBay: 2,maxBay: 70},
    {rowList: [14,13],minBay: 2,maxBay: 70},
    {rowList: [15,16],minBay: 2,maxBay: 70},
    {rowList: [18,17],minBay: 2,maxBay: 70},
    {rowList: [19,20],minBay: 2,maxBay: 70},
    {rowList: [22,21],minBay: 2,maxBay: 70},
    {rowList: [23,24],minBay: 2,maxBay: 70},
    {rowList: [26,25],minBay: 2,maxBay: 70},
    {rowList: [27,28],minBay: 2,maxBay: 70},
    {rowList: [30,29],minBay: 2,maxBay: 70},
    {rowList: [31,32],minBay: 2,maxBay: 70},
    {rowList: [34,33],minBay: 2,maxBay: 70},
    {rowList: [35,36],minBay: 2,maxBay: 70},
    {rowList: [38,37],minBay: 2,maxBay: 70},
    {rowList: [39,40],minBay: 2,maxBay: 70},
    {rowList: [42,41],minBay: 2,maxBay: 70},
    {rowList: [43,44],minBay: 2,maxBay: 70},
  ]
  outStaNoList: [1152,1169,1177]
#wcs对接
wcs:
  #地址
  address:
    URL: http://127.0.0.1:9092/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
led:
  ip: 192.168.1.198
  url: wms
  port: 8081
  id: 1001
  port: 8080
  id: 1002
#erp对接
erp: