diff --git a/README.md b/README.md
index 778b901f..a4602368 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
[![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://gitee.com/JavaLionLi/RuoYi-Vue-Plus/blob/master/LICENSE)
[![使用IntelliJ IDEA开发维护](https://img.shields.io/badge/IntelliJ%20IDEA-提供支持-blue.svg)](https://www.jetbrains.com/?from=RuoYi-Vue-Plus)
-[![RuoYi-Vue-Plus](https://img.shields.io/badge/RuoYi_Vue_Plus-3.0.0-success.svg)](https://gitee.com/JavaLionLi/RuoYi-Vue-Plus)
+[![RuoYi-Vue-Plus](https://img.shields.io/badge/RuoYi_Vue_Plus-3.1.0-success.svg)](https://gitee.com/JavaLionLi/RuoYi-Vue-Plus)
[![Spring Boot](https://img.shields.io/badge/Spring%20Boot-2.5-blue.svg)]()
[![JDK-8+](https://img.shields.io/badge/JDK-8+-green.svg)]()
[![JDK-11](https://img.shields.io/badge/JDK-11-green.svg)]()
diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml
index b6e43fad..1535f3d6 100644
--- a/docker/docker-compose.yml
+++ b/docker/docker-compose.yml
@@ -103,7 +103,7 @@ services:
ipv4_address: 172.30.0.54
ruoyi-server1:
- image: "ruoyi/ruoyi-server:3.0.0"
+ image: "ruoyi/ruoyi-server:3.1.0"
container_name: ruoyi-server1
environment:
# 时区上海
@@ -118,7 +118,7 @@ services:
ipv4_address: 172.30.0.60
ruoyi-server2:
- image: "ruoyi/ruoyi-server:3.0.0"
+ image: "ruoyi/ruoyi-server:3.1.0"
container_name: ruoyi-server2
environment:
# 时区上海
@@ -133,7 +133,7 @@ services:
ipv4_address: 172.30.0.61
ruoyi-monitor-admin:
- image: "ruoyi/ruoyi-monitor-admin:3.0.0"
+ image: "ruoyi/ruoyi-monitor-admin:3.1.0"
container_name: ruoyi-monitor-admin
environment:
# 时区上海
diff --git a/pom.xml b/pom.xml
index 4968e207..eba5a164 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,14 +6,14 @@
com.ruoyi
ruoyi-vue-plus
- 3.0.0
+ 3.1.0
RuoYi-Vue-Plus
https://gitee.com/JavaLionLi/RuoYi-Vue-Plus
RuoYi-Vue-Plus后台管理系统
- 3.0.0
+ 3.1.0
2.5.4
UTF-8
UTF-8
diff --git a/ruoyi-admin/pom.xml b/ruoyi-admin/pom.xml
index b46acd50..b455a5e4 100644
--- a/ruoyi-admin/pom.xml
+++ b/ruoyi-admin/pom.xml
@@ -5,7 +5,7 @@
ruoyi-vue-plus
com.ruoyi
- 3.0.0
+ 3.1.0
4.0.0
jar
diff --git a/ruoyi-common/pom.xml b/ruoyi-common/pom.xml
index c242a082..89f56b16 100644
--- a/ruoyi-common/pom.xml
+++ b/ruoyi-common/pom.xml
@@ -5,7 +5,7 @@
ruoyi-vue-plus
com.ruoyi
- 3.0.0
+ 3.1.0
4.0.0
diff --git a/ruoyi-demo/pom.xml b/ruoyi-demo/pom.xml
index 1393d491..2eff3c2d 100644
--- a/ruoyi-demo/pom.xml
+++ b/ruoyi-demo/pom.xml
@@ -5,7 +5,7 @@
ruoyi-vue-plus
com.ruoyi
- 3.0.0
+ 3.1.0
4.0.0
diff --git a/ruoyi-extend/pom.xml b/ruoyi-extend/pom.xml
index 3bfe7702..2a348af4 100644
--- a/ruoyi-extend/pom.xml
+++ b/ruoyi-extend/pom.xml
@@ -5,7 +5,7 @@
ruoyi-vue-plus
com.ruoyi
- 3.0.0
+ 3.1.0
4.0.0
ruoyi-extend
diff --git a/ruoyi-extend/ruoyi-monitor-admin/pom.xml b/ruoyi-extend/ruoyi-monitor-admin/pom.xml
index bada747b..dc083037 100644
--- a/ruoyi-extend/ruoyi-monitor-admin/pom.xml
+++ b/ruoyi-extend/ruoyi-monitor-admin/pom.xml
@@ -5,7 +5,7 @@
ruoyi-extend
com.ruoyi
- 3.0.0
+ 3.1.0
4.0.0
jar
diff --git a/ruoyi-framework/pom.xml b/ruoyi-framework/pom.xml
index 5fca8f94..918a4cc5 100644
--- a/ruoyi-framework/pom.xml
+++ b/ruoyi-framework/pom.xml
@@ -5,7 +5,7 @@
ruoyi-vue-plus
com.ruoyi
- 3.0.0
+ 3.1.0
4.0.0
diff --git a/ruoyi-generator/pom.xml b/ruoyi-generator/pom.xml
index a712e1fc..d5bdc7e5 100644
--- a/ruoyi-generator/pom.xml
+++ b/ruoyi-generator/pom.xml
@@ -5,7 +5,7 @@
ruoyi-vue-plus
com.ruoyi
- 3.0.0
+ 3.1.0
4.0.0
diff --git a/ruoyi-oss/pom.xml b/ruoyi-oss/pom.xml
index 06cd57f7..51111c1c 100644
--- a/ruoyi-oss/pom.xml
+++ b/ruoyi-oss/pom.xml
@@ -5,7 +5,7 @@
ruoyi-vue-plus
com.ruoyi
- 3.0.0
+ 3.1.0
4.0.0
diff --git a/ruoyi-quartz/pom.xml b/ruoyi-quartz/pom.xml
index 1d0e3094..aa4faf5e 100644
--- a/ruoyi-quartz/pom.xml
+++ b/ruoyi-quartz/pom.xml
@@ -5,7 +5,7 @@
ruoyi-vue-plus
com.ruoyi
- 3.0.0
+ 3.1.0
4.0.0
diff --git a/ruoyi-system/pom.xml b/ruoyi-system/pom.xml
index ed08fe20..8e536cce 100644
--- a/ruoyi-system/pom.xml
+++ b/ruoyi-system/pom.xml
@@ -5,7 +5,7 @@
ruoyi-vue-plus
com.ruoyi
- 3.0.0
+ 3.1.0
4.0.0
diff --git a/ruoyi-ui/package.json b/ruoyi-ui/package.json
index 604d964c..58a8c790 100644
--- a/ruoyi-ui/package.json
+++ b/ruoyi-ui/package.json
@@ -1,6 +1,6 @@
{
"name": "ruoyi-vue-plus",
- "version": "3.0.0",
+ "version": "3.1.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 1264c2d1..3d90e454 100644
--- a/ruoyi-ui/src/views/index.vue
+++ b/ruoyi-ui/src/views/index.vue
@@ -93,6 +93,62 @@
更新日志
+
+
+ - add [重大改动] 过期 RedisCache 新增 RedisUtils 工具类 新增 发布订阅功能 更灵巧便于使用
+ - add [重大改动] 新增 saveOrUpdateAll 方法 可完美替代 saveOrUpdateBatch 高性能
+ - update [重大改动] 重写 InsertAll 方法实现 可完美替代 saveBatch 秒级插入上万数据
+ - update [重大改动] 更改OSS上传通用路径生成 按照年月日分三级目录
+ - update [重大改动] MP字段验证策略更改为 NOT_NULL 个别特殊字段使用注解单独处理
+ - update [重大改动] 所有业务适配 RedisUtils 新工具
+ - update springboot 2.5.3 => 2.5.4
+ - update spring-boot-admin 2.5.0 => 2.5.1
+ - update mybatis-plus 3.4.3 => 3.4.3.3 适配升级 (包含不兼容升级)
+ - update aliyun.oss 3.13.0 => 3.13.1
+ - update qcloud.cos 5.6.47 => 5.6.51
+ - update hutool 5.7.9 => 5.7.11
+ - update maven-jar-plugin 3.1.1 => 3.2.0
+ - update feign-okhttp 11.2 => 11.6
+ - update redisson 3.16.1 => 3.16.2
+ - add 优化 docker 增加 redis 配置文件
+ - add 新增暗色菜单风格主题
+ - add 菜单&部门新增展开/折叠功能
+ - add 页签右键按钮添加图标 页签新增关闭左侧
+ - update 优化 OSS 模块与上传组件 异常处理
+ - update 更新 jackson 配置 支持 LocalDateTime 全局格式化
+ - update 优化 使用权限工具 获取用户信息
+ - update 自定义可拖动弹窗宽度指令
+ - update 重构 将下载excel工具提取到全局
+ - update 定时任务对检查异常进行事务回滚
+ - update 优化spy配置文件为 UTF8编码 解决中文注释乱码问题
+ - update 修改时检查用户数据权限范围
+ - update 解决 logout 写死 无法扩展路径问题
+ - update 优化代码生成 导入与同步 批处理效率
+ - update 修改时检查用户数据权限范围
+ - update 修改代码生成字典回显样式
+ - update 修改数据字典回显
+ - update 优化验证码配置 使用泛型 防止错误输入
+ - update 优化全局线程池配置 使用泛型 防止错误输入
+ - update 使用 MP 全局配置分页溢出
+ - update 代码生成器 导入表时查询 新创建表的优先排序在前面
+ - update 定时任务支持在线生成cron表达式
+ - update 自定义弹层溢出滚动样式
+ - update 优化分页工具排序处理
+ - update 优化 oss配置 使用发布订阅工具 刷新配置
+ - update 代码生成 查询数据库列表 按照时间倒序
+ - update 使用MP自行判断数据库类型
+ - fix 修复保存配置主题颜色失效问题
+ - fix 修复 导出雪花id excel失真问题
+ - fix 修复 druid 监控 集群模式下 无法路由到同一台服务器问题
+ - fix 解决搜索校验不通过问题
+ - fix 修复定时器工具编写错误问题
+ - fix 修复 minio 无 perfix 问题
+ - fix 修复 富文本图片路径错误问题
+ - fix 修复 OSS配置清空被过滤问题
+ - fix 修复 excel 导入与 class 未对应问题
+ - fix 修复字典组件值为整形不显示问题
+
+
- add [重大更新]重写 OSS 模块相关实现 支持动态配置(页面配置)