diff --git a/pom.xml b/pom.xml index 6cbda80bb..a17897433 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 e951b8d64..2fc1921b9 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 91beb8445..c246ac97e 100644 --- a/ruoyi-ui/src/views/index.vue +++ b/ruoyi-ui/src/views/index.vue @@ -80,6 +80,16 @@ 更新日志 + +
    +
  1. add 升级 luttuce 为 redisson 性能更强 工具更全
  2. +
  3. add 增加测试数据sql文件
  4. +
  5. add 增加demo模块 单表演示案例(包含数据权限)
  6. +
  7. update 完美修复 数据权限功能(支持单表多表过滤)
  8. +
  9. update 优化代码生成模板
  10. +
  11. update 优化 system 模块 批量操作性能
  12. +
+
  1. add 增加 security 权限框架 @Async 异步注解配置