From 00ad0486bebcc616b671f6bf40e2f4126bc367b2 Mon Sep 17 00:00:00 2001 From: caihaohan Date: Wed, 3 Apr 2024 13:52:53 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E6=95=B0=E6=8D=AE=E5=BA=93=E5=90=8D?= =?UTF-8?q?=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kh-single-startup/src/main/resources/application-dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kh-single-startup/src/main/resources/application-dev.yml b/kh-single-startup/src/main/resources/application-dev.yml index e364fe11..d59c48f0 100644 --- a/kh-single-startup/src/main/resources/application-dev.yml +++ b/kh-single-startup/src/main/resources/application-dev.yml @@ -131,7 +131,7 @@ spring: connectionProperties: druid.stat.mergeSql\=true;druid.stat.slowSqlMillis\=5000;druid.stat.logSlowSql\=true datasource: master: - url: jdbc:mysql://10.10.10.44:3306/kh_advice?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai + url: jdbc:mysql://10.10.10.44:3306/kh_device?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai username: root password: hzwlsoft.com driver-class-name: com.mysql.cj.jdbc.Driver