From bf3a88ff1a12de55e643ba79eb0daaef57680d20 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, 11 Jun 2021 09:23:34 +0800
Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E7=89=88=20v2.3.2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pom.xml | 16 ++++++++--------
ruoyi-ui/package.json | 2 +-
ruoyi-ui/src/views/index.vue | 11 +++++++++++
3 files changed, 20 insertions(+), 9 deletions(-)
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 @@
更新日志
+
+
+ - add redis锁工具类编写
+ - update spring-cache 整合 redisson
+ - update MybatisPlus整合Redis二级缓存
+ - update swagger 升级为 3.0.0 使用 OAS_30 协议
+ - update 优化 代码生成器 增加表单防重注解
+ - update 优化 锁切面代码 key到常量类
+ - fix 修复相对路径上传异常问题
+
+
- add 增加 redisson 分布式锁 注解与demo案例