From d815317d7c5f0a155c9beeed7940a193de441262 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: Tue, 1 Jun 2021 10:21:56 +0800
Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=83=20v2.3.0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pom.xml | 2 +-
ruoyi-ui/package.json | 2 +-
ruoyi-ui/src/views/index.vue | 10 ++++++++++
3 files changed, 12 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 6cbda80b..a1789743 100644
--- a/pom.xml
+++ b/pom.xml
@@ -13,7 +13,7 @@
RuoYi-Vue-Plus后台管理系统
- 2.2.1
+ 2.3.0
2.3.11.RELEASE
UTF-8
UTF-8
diff --git a/ruoyi-ui/package.json b/ruoyi-ui/package.json
index e951b8d6..2fc1921b 100644
--- a/ruoyi-ui/package.json
+++ b/ruoyi-ui/package.json
@@ -1,6 +1,6 @@
{
"name": "ruoyi-vue-plus",
- "version": "2.2.1",
+ "version": "2.3.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 91beb844..c246ac97 100644
--- a/ruoyi-ui/src/views/index.vue
+++ b/ruoyi-ui/src/views/index.vue
@@ -80,6 +80,16 @@
更新日志
+
+
+ - add 升级 luttuce 为 redisson 性能更强 工具更全
+ - add 增加测试数据sql文件
+ - add 增加demo模块 单表演示案例(包含数据权限)
+ - update 完美修复 数据权限功能(支持单表多表过滤)
+ - update 优化代码生成模板
+ - update 优化 system 模块 批量操作性能
+
+
- add 增加 security 权限框架 @Async 异步注解配置