自动化立体仓库 - WMS系统
pang.jiabao
2025-11-10 11a590bda370ddad398b2c3ae68a218ee8d5a5d2
src/main/resources/application-prod.yml
@@ -29,11 +29,11 @@
  mapper-locations: classpath:mapper/*.xml
  #  global-config:
  #    field-strategy: 0
  configuration:
#  configuration:
#    log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
    map-underscore-to-camel-case: true
    cache-enabled: true
    call-setters-on-nulls: true
#    map-underscore-to-camel-case: true
#    cache-enabled: true
#    call-setters-on-nulls: true
logging:
  file:
@@ -58,11 +58,11 @@
  # 双深
  doubleDeep: true
  # 双深库位排号
  doubleLocs: 1,4,5,8,9,12,13,16
  doubleLocs: 1,4,5,8,9,12,13,16,17,20,21,24,25,28,29,32
  # 一个堆垛机负责的货架排数
  groupCount: 4
  # 左深库位排号
  doubleLocsLeft: 1,5,9,13
  doubleLocsLeft: 1,5,9,13,17,21,25,29
  # 右深库位排号
  doubleLocsRight: 4,8,12,16
  doubleLocsRight: 4,8,12,16,20,24,28,32