自动化立体仓库 - WMS系统
#
LSH
2023-10-19 79bb8bc8a239622fe5aa8758306cca3255f70732
src/main/resources/application.yml
@@ -10,7 +10,7 @@
    enabled: false
  datasource:
    driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
    url: jdbc:sqlserver://localhost:1433;databasename=lfdasrs
    url: jdbc:sqlserver://192.168.4.15:1433;databasename=gdykasrs
    username: sa
    password: sa@123
  mvc:
@@ -26,11 +26,7 @@
      maxRequestSize: 100MB
mybatis-plus:
  mapper-locations: classpath:mapper/*.xml
#  global-config:
#    field-strategy: 0
#  configuration:
#    log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
  mapper-locations: classpath:mapper/*.xml
logging:
  path: /stock/out/@pom.build.finalName@/logs
@@ -41,28 +37,27 @@
swagger:
  enable: false
#License相关配置
license:
  subject: gdkyasrs
  publicAlias: publicCert
  storePass: public_zhongyang_123456789
  licensePath: license.lic
  publicKeysStorePath: publicCerts.keystore
# 下位机配置
wcs-slave:
  # 双深
  doubleDeep: true
  # 双深库位排号
  doubleLocs: 9,12,15,18
#  doubleLocs: 1,4,11,14,21,24
  doubleLocs: 1,4,5,8,9,12,13,16
  # 一个堆垛机负责的货架排数
  groupCount: 4
#ERP接口
erp:
  enabled: true
  #  enabled: false
  #查看ERP中间表间隔
  refreshtime: 0/5 * * * * ?
  db:
    driver_class_name: com.microsoft.sqlserver.jdbc.SQLServerDriver
    url: jdbc:sqlserver://192.168.0.13:1433;databasename=lfdasrs
    username: sa
    password: Qaz@1234
  useName:
    ip: 192.168.0.13
  # 左深库位排号
  doubleLocsLeft : 1,5,9,13
  # 右深库位排号
  doubleLocsRight : 4,8,12,16
comb:
  limit: 5000