diff --git a/README.md b/README.md
index 555b89cf..e5a47b8c 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,11 @@
-RuoYi v3.8.7
+RuoYi v3.8.8
基于SpringBoot+Vue前后端分离的Java快速开发框架
-
+
diff --git a/pom.xml b/pom.xml
index de52c2ce..05478cd6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,14 +6,14 @@
com.ruoyi
ruoyi
- 3.8.7
+ 3.8.8
ruoyi
http://www.ruoyi.vip
若依管理系统
- 3.8.7
+ 3.8.8
UTF-8
UTF-8
1.8
diff --git a/ruoyi-admin/pom.xml b/ruoyi-admin/pom.xml
index e6c67123..ce384b46 100644
--- a/ruoyi-admin/pom.xml
+++ b/ruoyi-admin/pom.xml
@@ -5,7 +5,7 @@
ruoyi
com.ruoyi
- 3.8.7
+ 3.8.8
4.0.0
jar
diff --git a/ruoyi-admin/src/main/resources/application.yml b/ruoyi-admin/src/main/resources/application.yml
index 6db16fbf..c777ac14 100644
--- a/ruoyi-admin/src/main/resources/application.yml
+++ b/ruoyi-admin/src/main/resources/application.yml
@@ -3,7 +3,7 @@ ruoyi:
# 名称
name: RuoYi
# 版本
- version: 3.8.7
+ version: 3.8.8
# 版权年份
copyrightYear: 2024
# 文件路径 示例( Windows配置D:/ruoyi/uploadPath,Linux配置 /home/ruoyi/uploadPath)
diff --git a/ruoyi-common/pom.xml b/ruoyi-common/pom.xml
index 5b3273db..56c3f819 100644
--- a/ruoyi-common/pom.xml
+++ b/ruoyi-common/pom.xml
@@ -5,7 +5,7 @@
ruoyi
com.ruoyi
- 3.8.7
+ 3.8.8
4.0.0
diff --git a/ruoyi-framework/pom.xml b/ruoyi-framework/pom.xml
index 0bcd7d07..de50de35 100644
--- a/ruoyi-framework/pom.xml
+++ b/ruoyi-framework/pom.xml
@@ -5,7 +5,7 @@
ruoyi
com.ruoyi
- 3.8.7
+ 3.8.8
4.0.0
diff --git a/ruoyi-generator/pom.xml b/ruoyi-generator/pom.xml
index 8663be6e..27d31cc6 100644
--- a/ruoyi-generator/pom.xml
+++ b/ruoyi-generator/pom.xml
@@ -5,7 +5,7 @@
ruoyi
com.ruoyi
- 3.8.7
+ 3.8.8
4.0.0
diff --git a/ruoyi-quartz/pom.xml b/ruoyi-quartz/pom.xml
index 80279a82..acfd4d44 100644
--- a/ruoyi-quartz/pom.xml
+++ b/ruoyi-quartz/pom.xml
@@ -5,7 +5,7 @@
ruoyi
com.ruoyi
- 3.8.7
+ 3.8.8
4.0.0
diff --git a/ruoyi-system/pom.xml b/ruoyi-system/pom.xml
index 2ae39ab5..5439f13d 100644
--- a/ruoyi-system/pom.xml
+++ b/ruoyi-system/pom.xml
@@ -5,7 +5,7 @@
ruoyi
com.ruoyi
- 3.8.7
+ 3.8.8
4.0.0
diff --git a/ruoyi-ui/package.json b/ruoyi-ui/package.json
index ea158d6b..12a45379 100644
--- a/ruoyi-ui/package.json
+++ b/ruoyi-ui/package.json
@@ -1,6 +1,6 @@
{
"name": "ruoyi",
- "version": "3.8.7",
+ "version": "3.8.8",
"description": "若依管理系统",
"author": "若依",
"license": "MIT",
diff --git a/ruoyi-ui/src/views/index.vue b/ruoyi-ui/src/views/index.vue
index 09960ebc..a17811f5 100644
--- a/ruoyi-ui/src/views/index.vue
+++ b/ruoyi-ui/src/views/index.vue
@@ -147,6 +147,36 @@
更新日志
+
+
+ - 菜单管理新增路由名称
+ - 新增数据脱敏过滤注解
+ - 用户密码新增非法字符验证
+ - 限制用户操作数据权限范围
+ - 代码生成新增创建表结构功能
+ - 定时任务白名单配置范围缩小
+ - 优化代码生成主子表关联查询方式
+ - Excel注解新增属性comboReadDict
+ - Excel注解ColumnType类型新增文本
+ - 新增国际化资源文件配置
+ - 升级oshi到最新版本6.6.1
+ - 升级druid到最新版本1.2.23
+ - 升级core-js到最新版本3.37.1
+ - 更新HttpUtils中的User-Agent
+ - 更新compressionPlugin到6.1.2以兼容node18+
+ - 升级spring-security到安全版本,防止漏洞风险
+ - 升级spring-framework到安全版本,防止漏洞风险
+ - 优化自定义XSS注解匹配方式
+ - 优化缓存监控键名列表排序显示
+ - 优化定时任务日志默认按时间排序
+ - 优化默认文件大小超过2G无效的问题
+ - 优化查表特殊字符使用反斜杠进行转义
+ - 优化定时任务cron表达式小时配置显示错误问题
+ - 优化多个自定数据权限使用in查询,避免多次拼接
+ - 优化导入Excel时设置dictType属性重复查缓存问题
+ - 其他细节优化
+
+
- 操作日志记录部门名称
@@ -990,7 +1020,7 @@ export default {
data() {
return {
// 版本号
- version: "3.8.7"
+ version: "3.8.8"
};
},
methods: {