自动化立体仓库 - WCS系统
#
Junjie
2025-04-11 1e16693c0c1dacd3dddd4a9b23988960e85a7b86
#
1个文件已修改
20 ■■■■ 已修改文件
src/main/resources/application.yml 20 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/application.yml
@@ -13,7 +13,7 @@
    driver-class-name: com.mysql.jdbc.Driver
    url: jdbc:mysql://127.0.0.1:3306/fyxc_shuttle?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai
    username: root
    password: zhangchao
    password: root
  mvc:
    static-path-pattern: /**
  redis:
@@ -44,16 +44,16 @@
# 下位机配置
wcs-slave:
  #  # 四向穿梭车1
  #  shuttle[0]:
  #    id: 1
  #    ip: 192.168.10.81
  #    port: 8888
  #    rack: 0
  #    slot: 0
  #    threadImpl: NyShuttleThread
  # 四向穿梭车2
  # 四向穿梭车1
  shuttle[0]:
    id: 1
    ip: 192.168.10.81
    port: 8888
    rack: 0
    slot: 0
    threadImpl: NyShuttleThread
  # 四向穿梭车2
  shuttle[1]:
    id: 2
    ip: 192.168.10.83
    port: 8888