Commit 09fdb10024c0ea6462049579f602c806ecaed010
1 parent
7fc71819
JeecgBoot低代码平台 3.0版本发布—新里程牌开始,迎接VUE3到来!!
Showing
2 changed files
with
2 additions
and
2 deletions
jeecg-boot/README.md
@@ -7,7 +7,7 @@ Jeecg-Boot 低代码开发平台 | @@ -7,7 +7,7 @@ Jeecg-Boot 低代码开发平台 | ||
7 | ## 后端技术架构 | 7 | ## 后端技术架构 |
8 | - 基础框架:Spring Boot 2.3.5.RELEASE | 8 | - 基础框架:Spring Boot 2.3.5.RELEASE |
9 | 9 | ||
10 | -- 持久层框架:Mybatis-plus 3.4.1 | 10 | +- 持久层框架:Mybatis-plus 3.4.3.1 |
11 | 11 | ||
12 | - 安全框架:Apache Shiro 1.7.0,Jwt 3.11.0 | 12 | - 安全框架:Apache Shiro 1.7.0,Jwt 3.11.0 |
13 | 13 |
jeecg-boot/jeecg-boot-module-system/src/main/resources/application-dev.yml
@@ -131,7 +131,7 @@ spring: | @@ -131,7 +131,7 @@ spring: | ||
131 | connectionProperties: druid.stat.mergeSql\=true;druid.stat.slowSqlMillis\=5000 | 131 | connectionProperties: druid.stat.mergeSql\=true;druid.stat.slowSqlMillis\=5000 |
132 | datasource: | 132 | datasource: |
133 | master: | 133 | master: |
134 | - 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 | 134 | + url: jdbc:mysql://127.0.0.1:3306/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai |
135 | username: root | 135 | username: root |
136 | password: root | 136 | password: root |
137 | driver-class-name: com.mysql.cj.jdbc.Driver | 137 | driver-class-name: com.mysql.cj.jdbc.Driver |