From 437b75dac76441fa8e1256b447e0fcc5a6e83426 Mon Sep 17 00:00:00 2001 From: buaixuexideshitongxue <2936013465@qq.com> Date: Wed, 10 Dec 2025 17:08:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=BA=93=E5=90=8C=E6=AD=A5?= =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application-dev.yml | 15 ++++++++++++--- src/main/resources/application-prod.yml | 6 ++++++ 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml index 52db1f9..0538f90 100644 --- a/src/main/resources/application-dev.yml +++ b/src/main/resources/application-dev.yml @@ -32,10 +32,14 @@ spring: password: ip12341234 mailbox: type: com.alibaba.druid.pool.DruidDataSource +# driver-class-name: org.postgresql.Driver +# url: jdbc:postgresql://58.51.152.18:10642/mailbox?currentSchema=mailbox +# username: alphay +# password: alphay@123 driver-class-name: org.postgresql.Driver - url: jdbc:postgresql://58.51.152.18:10642/mailbox?currentSchema=mailbox - username: alphay - password: alphay@123 + url: jdbc:postgresql://59.173.13.131:10642/mailbox?currentSchema=mailbox_outer + username: root + password: 123456 wvp: type: com.alibaba.druid.pool.DruidDataSource driver-class-name: com.mysql.cj.jdbc.Driver @@ -60,6 +64,11 @@ spring: url: jdbc:gbase://65.47.16.209:5258/db_kxzd_xxzx username: csga_wdpc password: csga_wdpc@123 + invest: + driver-class-name: com.mysql.cj.jdbc.Driver + url: jdbc:mysql://172.31.217.20:31868/invert?serverTimezone=GMT%2B8 + username: root + password: ip12341234 data: redis: host: 172.31.217.20 diff --git a/src/main/resources/application-prod.yml b/src/main/resources/application-prod.yml index ef3146e..e4eff79 100644 --- a/src/main/resources/application-prod.yml +++ b/src/main/resources/application-prod.yml @@ -56,6 +56,12 @@ spring: url: jdbc:gbase://65.47.16.209:5258/db_kxzd_xxzx username: csga_wdpc password: csga_wdpc@123 + invert: + type: com.alibaba.druid.pool.DruidDataSource + driver-class-name: com.mysql.cj.jdbc.Driver + url: jdbc:mysql://65.47.6.109:3306/invert?serverTimezone=GMT%2B8&useSSL=false + username: root + password: ip12341234 druid: min-evictable-idle-time-millis: 300000 test-on-borrow: false