From 697af1096e89e54d473874179a704719fb184df2 Mon Sep 17 00:00:00 2001 From: zhangc <zc@123> Date: 星期四, 10 四月 2025 22:02:32 +0800 Subject: [PATCH] 1 --- src/main/resources/application.yml | 30 +++++++++++++++++++++--------- 1 files changed, 21 insertions(+), 9 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index bf4da6a..3130db1 100644 --- a/src/main/resources/application.yml +++ b/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: root + password: zhangchao mvc: static-path-pattern: /** redis: @@ -44,14 +44,14 @@ # 涓嬩綅鏈洪厤缃� wcs-slave: -# # 鍥涘悜绌挎杞�1 -# shuttle[0]: -# id: 1 -# ip: 192.168.10.81 -# port: 8888 -# rack: 0 -# slot: 0 -# threadImpl: NyShuttleThread + # # 鍥涘悜绌挎杞�1 + # shuttle[0]: + # id: 1 + # ip: 192.168.10.81 + # port: 8888 + # rack: 0 + # slot: 0 + # threadImpl: NyShuttleThread # 鍥涘悜绌挎杞�2 shuttle[0]: id: 2 @@ -72,3 +72,15 @@ standByBay: 1 staRow: 2 staBay: 1 + devpSlave[0]: + id: + inSta[0]: + staNo: + backSta: + inSta[1]: + staNo: + backSta: + + + + -- Gitblit v1.9.1