From 3cb20a6a43469f9ca926e61501ad67cb99c89819 Mon Sep 17 00:00:00 2001 From: zhangdaiscott Date: Wed, 27 Oct 2021 10:28:39 +0800 Subject: [PATCH] =?UTF-8?q?JeecgBoot=E4=BD=8E=E4=BB=A3=E7=A0=81=E5=B9=B3?= =?UTF-8?q?=E5=8F=B0=203.0=E7=89=88=E6=9C=AC=E5=8F=91=E5=B8=83=E2=80=94?= =?UTF-8?q?=E6=96=B0=E9=87=8C=E7=A8=8B=E7=89=8C=E5=BC=80=E5=A7=8B=EF=BC=8C?= =?UTF-8?q?=E8=BF=8E=E6=8E=A5VUE3=E7=89=88=E6=9C=AC=E5=88=B0=E6=9D=A5?= =?UTF-8?q?=EF=BC=81=EF=BC=81?= 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 9de86cc8..c46531e4 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-os-re?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai + url: jdbc:mysql://127.0.0.1:3306/jeecg-boot?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