From 99e66bf11c38ebe2f21f73b956918468eae4929c Mon Sep 17 00:00:00 2001 From: RuoYi Date: Sun, 30 Jun 2024 08:02:22 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8B=A5=E4=BE=9D=203.8.8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 +-- pom.xml | 4 +-- ruoyi-admin/pom.xml | 2 +- .../src/main/resources/application.yml | 2 +- ruoyi-common/pom.xml | 2 +- ruoyi-framework/pom.xml | 2 +- ruoyi-generator/pom.xml | 2 +- ruoyi-quartz/pom.xml | 2 +- ruoyi-system/pom.xml | 2 +- ruoyi-ui/package.json | 2 +- ruoyi-ui/src/views/index.vue | 32 ++++++++++++++++++- 11 files changed, 43 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 555b89cf..e5a47b8c 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@

logo

-

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 @@ 更新日志 + +
    +
  1. 菜单管理新增路由名称
  2. +
  3. 新增数据脱敏过滤注解
  4. +
  5. 用户密码新增非法字符验证
  6. +
  7. 限制用户操作数据权限范围
  8. +
  9. 代码生成新增创建表结构功能
  10. +
  11. 定时任务白名单配置范围缩小
  12. +
  13. 优化代码生成主子表关联查询方式
  14. +
  15. Excel注解新增属性comboReadDict
  16. +
  17. Excel注解ColumnType类型新增文本
  18. +
  19. 新增国际化资源文件配置
  20. +
  21. 升级oshi到最新版本6.6.1
  22. +
  23. 升级druid到最新版本1.2.23
  24. +
  25. 升级core-js到最新版本3.37.1
  26. +
  27. 更新HttpUtils中的User-Agent
  28. +
  29. 更新compressionPlugin到6.1.2以兼容node18+
  30. +
  31. 升级spring-security到安全版本,防止漏洞风险
  32. +
  33. 升级spring-framework到安全版本,防止漏洞风险
  34. +
  35. 优化自定义XSS注解匹配方式
  36. +
  37. 优化缓存监控键名列表排序显示
  38. +
  39. 优化定时任务日志默认按时间排序
  40. +
  41. 优化默认文件大小超过2G无效的问题
  42. +
  43. 优化查表特殊字符使用反斜杠进行转义
  44. +
  45. 优化定时任务cron表达式小时配置显示错误问题
  46. +
  47. 优化多个自定数据权限使用in查询,避免多次拼接
  48. +
  49. 优化导入Excel时设置dictType属性重复查缓存问题
  50. +
  51. 其他细节优化
  52. +
+
  1. 操作日志记录部门名称
  2. @@ -990,7 +1020,7 @@ export default { data() { return { // 版本号 - version: "3.8.7" + version: "3.8.8" }; }, methods: {