From 46f7eaa01bacd4f400ee29141bf1f71128a5f718 Mon Sep 17 00:00:00 2001 From: winter <664946893@qq.com> Date: Wed, 8 Jan 2025 21:08:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yqzjAdmin/src/main/resources/application-prod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yqzjAdmin/src/main/resources/application-prod.yml b/yqzjAdmin/src/main/resources/application-prod.yml index 8c7105d..e6880d0 100644 --- a/yqzjAdmin/src/main/resources/application-prod.yml +++ b/yqzjAdmin/src/main/resources/application-prod.yml @@ -3,7 +3,7 @@ spring: include: aliyunRocketMQ # JDBC datasource: - url: jdbc:mysql://rm-2zelxn28n1kr4093q.mysql.rds.aliyuncs.com/matavatar?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=UTF-8&useSSL=false&useAffectedRows=true&allowMultiQueries=true + url: jdbc:mysql://rm-2zelw5dkgl89s1cci.mysql.rds.aliyuncs.com/matavatar?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=UTF-8&useSSL=false&useAffectedRows=true&allowMultiQueries=true username: yqzjroot password: yqzj@2023ABC type: com.alibaba.druid.pool.DruidDataSource