diff --git a/pom.xml b/pom.xml
index c67e0669..3e1b8d6d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -13,7 +13,7 @@
RuoYi-Vue-Plus后台管理系统
- 1.0.2
+ 2.0.0
2.3.10.RELEASE
UTF-8
UTF-8
diff --git a/ruoyi-admin/src/main/resources/application.yml b/ruoyi-admin/src/main/resources/application.yml
index f665f832..4f6d8766 100644
--- a/ruoyi-admin/src/main/resources/application.yml
+++ b/ruoyi-admin/src/main/resources/application.yml
@@ -1,8 +1,3 @@
---- # 本地环境配置
-spring:
- profiles:
- active: local
----
# 项目相关配置
ruoyi:
# 名称
diff --git a/ruoyi-ui/package.json b/ruoyi-ui/package.json
index c48cb3b5..313d7211 100644
--- a/ruoyi-ui/package.json
+++ b/ruoyi-ui/package.json
@@ -1,6 +1,6 @@
{
"name": "ruoyi-vue-plus",
- "version": "1.0.2",
+ "version": "2.0.0",
"description": "RuoYi-Vue-Plus后台管理系统",
"author": "LionLi",
"license": "MIT",
diff --git a/ruoyi-ui/src/views/index.vue b/ruoyi-ui/src/views/index.vue
index 5582f021..84921bce 100644
--- a/ruoyi-ui/src/views/index.vue
+++ b/ruoyi-ui/src/views/index.vue
@@ -80,6 +80,19 @@
更新日志
+
+
+ - springboot 升级 2.3.10 依赖全面升级适配
+ - add 增加分页工具
+ - add 增加 增强Mapper 与 增强Service 重写业务适配
+ - add 代码生成器 增加校验注解
+ - update 代码生成器修改为MP分页
+ - update 使用 MP 分页工具 重构业务
+ - update 重写文档介绍
+ - remove 移除 pagehelper 分页工具
+ - fix 修复代码生成 数据权限问题
+
+
- update 更新整合打包文档 重新排版
@@ -127,7 +140,7 @@ export default {
data() {
return {
// 版本号
- version: "1.0.2",
+ version: "2.0.0",
};
},
methods: {