From e071b4315a75f25ed55adde076fb74157d5e7505 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=96=AF=E7=8B=82=E7=9A=84=E7=8B=AE=E5=AD=90li?= <15040126243@163.com> Date: Fri, 14 May 2021 21:07:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=AD=A3=E5=BC=8F=E5=8F=91=E5=B8=83=20v2.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 2 +- ruoyi-admin/src/main/resources/application.yml | 5 ----- ruoyi-ui/package.json | 2 +- ruoyi-ui/src/views/index.vue | 15 ++++++++++++++- 4 files changed, 16 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index c67e0669d..3e1b8d6df 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 f665f8328..4f6d87664 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 c48cb3b5b..313d72117 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 5582f0216..84921bcea 100644 --- a/ruoyi-ui/src/views/index.vue +++ b/ruoyi-ui/src/views/index.vue @@ -80,6 +80,19 @@ 更新日志 + +
    +
  1. springboot 升级 2.3.10 依赖全面升级适配
  2. +
  3. add 增加分页工具
  4. +
  5. add 增加 增强Mapper 与 增强Service 重写业务适配
  6. +
  7. add 代码生成器 增加校验注解
  8. +
  9. update 代码生成器修改为MP分页
  10. +
  11. update 使用 MP 分页工具 重构业务
  12. +
  13. update 重写文档介绍
  14. +
  15. remove 移除 pagehelper 分页工具
  16. +
  17. fix 修复代码生成 数据权限问题
  18. +
+
  1. update 更新整合打包文档 重新排版
  2. @@ -127,7 +140,7 @@ export default { data() { return { // 版本号 - version: "1.0.2", + version: "2.0.0", }; }, methods: {