From ddf8d6ad6b156ee03ed6e86f776a43c1ac17d689 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, 7 Sep 2021 13:48:22 +0800
Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=83=20v3.1.0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
README.md | 2 +-
docker/docker-compose.yml | 6 +--
pom.xml | 4 +-
ruoyi-admin/pom.xml | 2 +-
ruoyi-common/pom.xml | 2 +-
ruoyi-demo/pom.xml | 2 +-
ruoyi-extend/pom.xml | 2 +-
ruoyi-extend/ruoyi-monitor-admin/pom.xml | 2 +-
ruoyi-framework/pom.xml | 2 +-
ruoyi-generator/pom.xml | 2 +-
ruoyi-oss/pom.xml | 2 +-
ruoyi-quartz/pom.xml | 2 +-
ruoyi-system/pom.xml | 2 +-
ruoyi-ui/package.json | 2 +-
ruoyi-ui/src/views/index.vue | 56 ++++++++++++++++++++++++
15 files changed, 73 insertions(+), 17 deletions(-)
diff --git a/README.md b/README.md
index 778b901f4..a46023682 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
[](https://gitee.com/JavaLionLi/RuoYi-Vue-Plus/blob/master/LICENSE)
[](https://www.jetbrains.com/?from=RuoYi-Vue-Plus)
-[](https://gitee.com/JavaLionLi/RuoYi-Vue-Plus)
+[](https://gitee.com/JavaLionLi/RuoYi-Vue-Plus)
[]()
[]()
[]()
diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml
index b6e43fad6..1535f3d6f 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 4968e2070..eba5a164c 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 b46acd50a..b455a5e47 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 c242a0823..89f56b169 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 1393d491e..2eff3c2db 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 3bfe77021..2a348af4a 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 bada747b4..dc0830373 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 5fca8f94b..918a4cc58 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 a712e1fc7..d5bdc7e53 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 06cd57f73..51111c1c7 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 1d0e30940..aa4faf5ee 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 ed08fe205..8e536cce2 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 604d964c3..58a8c790e 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 1264c2d13..3d90e4549 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 模块相关实现 支持动态配置(页面配置)