From b17908b5817243b647a6927d78b1f340aac67892 Mon Sep 17 00:00:00 2001 From: zhangdaiscott Date: Sat, 16 Apr 2022 17:13:03 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90issues/I515ZE=E3=80=91online=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E7=94=9F=E6=88=90vue3=EF=BC=8CactiveKey.value?= =?UTF-8?q?=E4=B8=8D=E9=9C=80=E8=A6=81ref=E8=B5=8B=E5=80=BC]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/application-dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jeecg-boot/jeecg-boot-module-system/src/main/resources/application-dev.yml b/jeecg-boot/jeecg-boot-module-system/src/main/resources/application-dev.yml index c46531e4..9de86cc8 100644 --- a/jeecg-boot/jeecg-boot-module-system/src/main/resources/application-dev.yml +++ b/jeecg-boot/jeecg-boot-module-system/src/main/resources/application-dev.yml @@ -131,7 +131,7 @@ spring: connectionProperties: druid.stat.mergeSql\=true;druid.stat.slowSqlMillis\=5000 datasource: master: - url: jdbc:mysql://127.0.0.1:3306/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai + url: jdbc:mysql://127.0.0.1:3306/jeecg-boot-os-re?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai username: root password: root driver-class-name: com.mysql.cj.jdbc.Driver