From 1e16693c0c1dacd3dddd4a9b23988960e85a7b86 Mon Sep 17 00:00:00 2001 From: Junjie <xjj@123> Date: 星期五, 11 四月 2025 12:57:28 +0800 Subject: [PATCH] # --- src/main/resources/application.yml | 20 ++++++++++---------- 1 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 7d70dc0..7945ff2 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: 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 -- Gitblit v1.9.1