From 1044ae97ad4c78b739d78e5b651843bec48df9e5 Mon Sep 17 00:00:00 2001 From: Cool <747682928@qq.com> Date: Thu, 9 May 2024 19:02:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=BA=93=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- system/start/src/main/resources/application-dev.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/start/src/main/resources/application-dev.yml b/system/start/src/main/resources/application-dev.yml index 1d8e222..af0a5c6 100644 --- a/system/start/src/main/resources/application-dev.yml +++ b/system/start/src/main/resources/application-dev.yml @@ -158,9 +158,9 @@ spring: slow-sql-millis: 5000 datasource: master: - url: jdbc:mysql://127.0.0.1:3306/jeecg-boot2?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai + url: jdbc:mysql://82.157.76.162:3306/jeecg-boot3?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai username: root - password: 123456 + password: wB4TL7Mp driver-class-name: com.mysql.cj.jdbc.Driver # 多数据源配置 #multi-datasource1: