正式发布 v2.0.0

This commit is contained in:
疯狂的狮子li 2021-05-14 21:07:20 +08:00
parent 869e975ed1
commit e071b4315a
4 changed files with 16 additions and 8 deletions

View File

@ -13,7 +13,7 @@
<description>RuoYi-Vue-Plus后台管理系统</description>
<properties>
<ruoyi-vue-plus.version>1.0.2</ruoyi-vue-plus.version>
<ruoyi-vue-plus.version>2.0.0</ruoyi-vue-plus.version>
<spring-boot.version>2.3.10.RELEASE</spring-boot.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

View File

@ -1,8 +1,3 @@
--- # 本地环境配置
spring:
profiles:
active: local
---
# 项目相关配置
ruoyi:
# 名称

View File

@ -1,6 +1,6 @@
{
"name": "ruoyi-vue-plus",
"version": "1.0.2",
"version": "2.0.0",
"description": "RuoYi-Vue-Plus后台管理系统",
"author": "LionLi",
"license": "MIT",

View File

@ -80,6 +80,19 @@
<span>更新日志</span>
</div>
<el-collapse accordion>
<el-collapse-item title="v2.0.0 - 2021-5-15">
<ol>
<li>springboot 升级 2.3.10 依赖全面升级适配</li>
<li>add 增加分页工具</li>
<li>add 增加 增强Mapper 增强Service 重写业务适配</li>
<li>add 代码生成器 增加校验注解</li>
<li>update 代码生成器修改为MP分页</li>
<li>update 使用 MP 分页工具 重构业务</li>
<li>update 重写文档介绍</li>
<li>remove 移除 pagehelper 分页工具</li>
<li>fix 修复代码生成 数据权限问题</li>
</ol>
</el-collapse-item>
<el-collapse-item title="v1.0.2 - 2021-5-13">
<ol>
<li>update 更新整合打包文档 重新排版</li>
@ -127,7 +140,7 @@ export default {
data() {
return {
//
version: "1.0.2",
version: "2.0.0",
};
},
methods: {