From 09fdb10024c0ea6462049579f602c806ecaed010 Mon Sep 17 00:00:00 2001
From: zhangdaiscott <zhangdaiscott@163.com>
Date: Wed, 27 Oct 2021 14:32:23 +0800
Subject: [PATCH] JeecgBoot低代码平台 3.0版本发布—新里程牌开始,迎接VUE3到来!!

---
 jeecg-boot/README.md                                                       | 2 +-
 jeecg-boot/jeecg-boot-module-system/src/main/resources/application-dev.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/jeecg-boot/README.md b/jeecg-boot/README.md
index 7653e7e..2960702 100644
--- a/jeecg-boot/README.md
+++ b/jeecg-boot/README.md
@@ -7,7 +7,7 @@ Jeecg-Boot 低代码开发平台
 ## 后端技术架构
 - 基础框架:Spring Boot 2.3.5.RELEASE
 
-- 持久层框架:Mybatis-plus 3.4.1
+- 持久层框架:Mybatis-plus 3.4.3.1
 
 - 安全框架:Apache Shiro 1.7.0,Jwt 3.11.0
 
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 9de86cc..c46531e 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
--
libgit2 0.22.2