自动化立体仓库 - WMS系统
#
Junjie
3 天以前 a92e0974e1a683a99a7aedddfbda5cf512fe5a21
src/main/resources/application.yml
@@ -1,5 +1,5 @@
server:
  port: 8081
  port: 8080
  servlet:
    context-path: /@pom.build.finalName@
@@ -9,16 +9,10 @@
  jmx:
    enabled: false
  datasource:
    # mysql
#    driver-class-name: com.mysql.jdbc.Driver
#    url: jdbc:mysql://127.0.0.1:3306/cool?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai
#    username: root
#    password: xltys1995
    # sql-server
    driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
    url: jdbc:sqlserver://192.168.2.250:1433;databasename=jsasrs
    url: jdbc:sqlserver://127.0.0.1:1433;databasename=qlasrs-sxk
    username: sa
    password: sa@123
    password: Ab!123456
  mvc:
    static-path-pattern: /**
  redis:
@@ -32,7 +26,7 @@
      maxRequestSize: 100MB
mybatis-plus:
  mapper-locations: classpath:mapper/*.xml
  mapper-locations: classpath:mapper/*.xml
#  global-config:
#    field-strategy: 0
#  configuration:
@@ -45,4 +39,77 @@
  pwd: xltys1995
swagger:
  enable: false
  enable: false
#License相关配置
license:
  subject: wmsdev
  publicAlias: publicCert
  storePass: public_zhongyang_123456789
  licensePath: license.lic
  publicKeysStorePath: publicCerts.keystore
# 下位机配置
wcs-slave:
  # 由浅入深
  locGroupAscOrder: [
    {rowList: [2,1],minBay: 2,maxBay: 60},
    {rowList: [3,4],minBay: 2,maxBay: 60},
    {rowList: [6,5],minBay: 2,maxBay: 60},
    {rowList: [7,8],minBay: 2,maxBay: 60},
    {rowList: [10,9],minBay: 2,maxBay: 60},
    {rowList: [11,12],minBay: 2,maxBay: 60},
    {rowList: [14,13],minBay: 2,maxBay: 60},
    {rowList: [15,16],minBay: 2,maxBay: 60},
    {rowList: [18,17],minBay: 2,maxBay: 60},
    {rowList: [19,20],minBay: 2,maxBay: 60},
    {rowList: [22,21],minBay: 2,maxBay: 60},
    {rowList: [23,24],minBay: 2,maxBay: 60},
    {rowList: [26,25],minBay: 2,maxBay: 60},
    {rowList: [27,28],minBay: 2,maxBay: 60},
    {rowList: [30,29],minBay: 2,maxBay: 60},
    {rowList: [31,32],minBay: 2,maxBay: 60},
    {rowList: [34,33],minBay: 2,maxBay: 60},
    {rowList: [35,36],minBay: 2,maxBay: 60},
    {rowList: [38,37],minBay: 2,maxBay: 60},
    {rowList: [39,40],minBay: 2,maxBay: 60},
    {rowList: [42,41],minBay: 2,maxBay: 60},
    {rowList: [43,44],minBay: 2,maxBay: 60},
  ]
  outStaNoList: [1152,1169,1177]
#wcs对接
wcs:
  #地址
  address:
    URL: http://192.168.4.69:9090/wcs
    #出库移库任务下发
    outboundTaskSend: open/outboundTaskSend
    deviceStatus : open/deviceStatus
    createOutTask: openapi/createOutTask
    createLocMoveTask: openapi/createLocMoveTask
    devicesStatus: openapi/devicesStatus
led:
  ip: 192.168.1.198
  url: wms
  port: 8080
  id: 1002
#erp对接
erp:
  #地址
  address:
    URL: http://192.168.3.102:16001
    #登录地址
    loginaddress: K3CLOUD/Kingdee.BOS.WebApi.ServicesStub.AuthService.ValidateUser.common.kdsvc
    #单据,商品档案地址
    inaddress: K3CLOUD/Kingdee.BOS.WebApi.ServicesStub.DynamicFormService.ExecuteBillQuery.common.kdsvc
    #结果上报(审核)单地址
    outaddress: K3CLOUD/Kingdee.BOS.WebApi.ServicesStub.DynamicFormService.Audit.common.kdsvc
  #登录账号管理
  login :
    acctID: "640ad1fcc2b286"
    username: "立库"
    password: "123456"
    lcid: 2052