diff --git a/pom.xml b/pom.xml index 94ab8d5c..4a73f1ea 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ RuoYi-Vue-Plus后台管理系统 - 2.3.1 + 2.3.2 2.3.11.RELEASE UTF-8 UTF-8 @@ -126,6 +126,13 @@ ${spring-boot-admin.version} + + + org.redisson + redisson-spring-boot-starter + ${redisson.version} + + com.ruoyi @@ -168,13 +175,6 @@ ${ruoyi-vue-plus.version} - - - org.redisson - redisson-spring-boot-starter - ${redisson.version} - - diff --git a/ruoyi-ui/package.json b/ruoyi-ui/package.json index 52551a4c..d90fdbac 100644 --- a/ruoyi-ui/package.json +++ b/ruoyi-ui/package.json @@ -1,6 +1,6 @@ { "name": "ruoyi-vue-plus", - "version": "2.3.1", + "version": "2.3.2", "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 d904f309..5f487c91 100644 --- a/ruoyi-ui/src/views/index.vue +++ b/ruoyi-ui/src/views/index.vue @@ -80,6 +80,17 @@ 更新日志 + +
    +
  1. add redis锁工具类编写
  2. +
  3. update spring-cache 整合 redisson
  4. +
  5. update MybatisPlus整合Redis二级缓存
  6. +
  7. update swagger 升级为 3.0.0 使用 OAS_30 协议
  8. +
  9. update 优化 代码生成器 增加表单防重注解
  10. +
  11. update 优化 锁切面代码 key到常量类
  12. +
  13. fix 修复相对路径上传异常问题
  14. +
+
  1. add 增加 redisson 分布式锁 注解与demo案例