自动化立体仓库 - WMS系统
skyouc
2025-12-30 16d63fc9b9ef62c7c7dd7cedeece5b6d59b7b7b8
src/main/resources/application-dev.yml
@@ -1,5 +1,5 @@
server:
  port: 8080
  port: 8081
  servlet:
    context-path: /@pom.build.finalName@
@@ -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://192.168.4.15:1433;databasename=jxhcwms
  mvc:
    static-path-pattern: /**
  redis:
@@ -27,13 +27,13 @@
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
    #  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:
@@ -62,6 +62,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 ] }
  ]