From 3ce2161e33f211f14465dfbadcfff411982cef05 Mon Sep 17 00:00:00 2001 From: wxc <191104855@qq.com> Date: Mon, 12 May 2025 14:30:48 +0800 Subject: [PATCH] =?UTF-8?q?dev=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application-local.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/main/resources/application-local.yml b/src/main/resources/application-local.yml index 53f996a..dcc77e5 100644 --- a/src/main/resources/application-local.yml +++ b/src/main/resources/application-local.yml @@ -12,6 +12,24 @@ spring: url: jdbc:mysql://172.31.217.20:31868/open-platform?serverTimezone=GMT%2B8 username: root password: ip12341234 + slave2: + type: com.alibaba.druid.pool.DruidDataSource + driver-class-name: com.mysql.cj.jdbc.Driver + url: jdbc:mysql://172.31.217.20:31868/negative?serverTimezone=GMT%2B8 + username: root + password: ip12341234 + slave3: + type: com.alibaba.druid.pool.DruidDataSource + driver-class-name: com.mysql.cj.jdbc.Driver + url: jdbc:mysql://172.31.217.20:31868/negative?serverTimezone=GMT%2B8 + username: root + password: ip12341234 + slave4: + type: com.alibaba.druid.pool.DruidDataSource + driver-class-name: com.mysql.cj.jdbc.Driver + url: jdbc:mysql://172.31.217.20:31868/csga_wdpcdb?serverTimezone=GMT%2B8 + username: root + password: ip12341234 mailbox: type: com.alibaba.druid.pool.DruidDataSource driver-class-name: org.postgresql.Driver