#
Junjie
2025-07-10 3c45d4f9f3aba5bc85a9577e43c0dffc71b93a22
src/main/resources/application.yml
@@ -17,7 +17,7 @@
  mvc:
    static-path-pattern: /**
  redis:
    host: 127.0.0.1
    host: 192.168.4.77
    port: 6379
    database: 0
#    password: 123456
@@ -46,16 +46,16 @@
  # 读取数据后自动删除
  destroyAfterReading: true
# 下位机配置
wcs-slave:
  # 四向穿梭车1
  shuttle[0]:
    id: 1
    ip: 10.10.20.11
    port: 8888
    rack: 0
    slot: 0
    threadImpl: NyShuttleThread
## 下位机配置
#wcs-slave:
#  # 四向穿梭车1
#  shuttle[0]:
#    id: 1
#    ip: 10.10.20.11
#    port: 8888
#    rack: 0
#    slot: 0
#    threadImpl: NyShuttleThread
#  # 四向穿梭车2
#  shuttle[1]:
#    id: 2