diff --git a/README.md b/README.md index c103879eb..c91056066 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.1.0-success.svg)](https://gitee.com/JavaLionLi/RuoYi-Vue-Plus) +[![RuoYi-Vue-Plus](https://img.shields.io/badge/RuoYi_Vue_Plus-3.2.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 1535f3d6f..e676d5607 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.1.0" + image: "ruoyi/ruoyi-server:3.2.0" container_name: ruoyi-server1 environment: # 时区上海 @@ -118,7 +118,7 @@ services: ipv4_address: 172.30.0.60 ruoyi-server2: - image: "ruoyi/ruoyi-server:3.1.0" + image: "ruoyi/ruoyi-server:3.2.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.1.0" + image: "ruoyi/ruoyi-monitor-admin:3.2.0" container_name: ruoyi-monitor-admin environment: # 时区上海 diff --git a/pom.xml b/pom.xml index f124949d4..6ccbdbeb3 100644 --- a/pom.xml +++ b/pom.xml @@ -6,14 +6,14 @@ com.ruoyi ruoyi-vue-plus - 3.1.0 + 3.2.0 RuoYi-Vue-Plus https://gitee.com/JavaLionLi/RuoYi-Vue-Plus RuoYi-Vue-Plus后台管理系统 - 3.1.0 + 3.2.0 2.5.5 UTF-8 UTF-8 diff --git a/ruoyi-admin/pom.xml b/ruoyi-admin/pom.xml index 37cc33b11..12327e305 100644 --- a/ruoyi-admin/pom.xml +++ b/ruoyi-admin/pom.xml @@ -5,7 +5,7 @@ ruoyi-vue-plus com.ruoyi - 3.1.0 + 3.2.0 4.0.0 jar @@ -87,7 +87,7 @@ org.apache.maven.plugins maven-war-plugin - 3.1.0 + 3.2.0 false ${project.artifactId} diff --git a/ruoyi-common/pom.xml b/ruoyi-common/pom.xml index 5ed9c92f1..f4f7ab93e 100644 --- a/ruoyi-common/pom.xml +++ b/ruoyi-common/pom.xml @@ -5,7 +5,7 @@ ruoyi-vue-plus com.ruoyi - 3.1.0 + 3.2.0 4.0.0 diff --git a/ruoyi-demo/pom.xml b/ruoyi-demo/pom.xml index 2eff3c2db..339cbde44 100644 --- a/ruoyi-demo/pom.xml +++ b/ruoyi-demo/pom.xml @@ -5,7 +5,7 @@ ruoyi-vue-plus com.ruoyi - 3.1.0 + 3.2.0 4.0.0 diff --git a/ruoyi-extend/pom.xml b/ruoyi-extend/pom.xml index 2a348af4a..6378eb9b8 100644 --- a/ruoyi-extend/pom.xml +++ b/ruoyi-extend/pom.xml @@ -5,7 +5,7 @@ ruoyi-vue-plus com.ruoyi - 3.1.0 + 3.2.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 dc0830373..d63b110b9 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.1.0 + 3.2.0 4.0.0 jar diff --git a/ruoyi-framework/pom.xml b/ruoyi-framework/pom.xml index 7010724b1..20176a0be 100644 --- a/ruoyi-framework/pom.xml +++ b/ruoyi-framework/pom.xml @@ -5,7 +5,7 @@ ruoyi-vue-plus com.ruoyi - 3.1.0 + 3.2.0 4.0.0 diff --git a/ruoyi-generator/pom.xml b/ruoyi-generator/pom.xml index d5bdc7e53..e19cbb293 100644 --- a/ruoyi-generator/pom.xml +++ b/ruoyi-generator/pom.xml @@ -5,7 +5,7 @@ ruoyi-vue-plus com.ruoyi - 3.1.0 + 3.2.0 4.0.0 diff --git a/ruoyi-oss/pom.xml b/ruoyi-oss/pom.xml index 51111c1c7..6c93df8e0 100644 --- a/ruoyi-oss/pom.xml +++ b/ruoyi-oss/pom.xml @@ -5,7 +5,7 @@ ruoyi-vue-plus com.ruoyi - 3.1.0 + 3.2.0 4.0.0 diff --git a/ruoyi-quartz/pom.xml b/ruoyi-quartz/pom.xml index cba3e92f5..ee682f717 100644 --- a/ruoyi-quartz/pom.xml +++ b/ruoyi-quartz/pom.xml @@ -5,7 +5,7 @@ ruoyi-vue-plus com.ruoyi - 3.1.0 + 3.2.0 4.0.0 diff --git a/ruoyi-system/pom.xml b/ruoyi-system/pom.xml index 8d1d85f83..e7c12ef14 100644 --- a/ruoyi-system/pom.xml +++ b/ruoyi-system/pom.xml @@ -5,7 +5,7 @@ ruoyi-vue-plus com.ruoyi - 3.1.0 + 3.2.0 4.0.0 diff --git a/ruoyi-ui/package.json b/ruoyi-ui/package.json index 660f161e1..1189455a3 100644 --- a/ruoyi-ui/package.json +++ b/ruoyi-ui/package.json @@ -1,6 +1,6 @@ { "name": "ruoyi-vue-plus", - "version": "3.1.0", + "version": "3.2.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 3d90e4549..ae96e9954 100644 --- a/ruoyi-ui/src/views/index.vue +++ b/ruoyi-ui/src/views/index.vue @@ -93,6 +93,47 @@ 更新日志 + +
    +
  1. update [重大改动]接口文档 支持分组配置
  2. +
  3. update [重大改动]security 路径配置抽取到配置文件
  4. +
  5. update [重大改动] 将 framework 与 system 模块 解耦 调整依赖结构 解决依赖冲突
  6. +
  7. update [重大改动]重写 防重提交实现 使用分布式锁 解决并发问题 压测通过
  8. +
  9. update springboot 2.5.4 => 2.5.5 bugfix版本
  10. +
  11. update mybatis-plus 3.4.3.3 => 3.4.3.4 bugfix版本
  12. +
  13. update redisson 3.16.2 => 3.16.3 bugfix版本
  14. +
  15. update easyexcel 2.2.10 => 2.2.11
  16. +
  17. update hutool 5.7.11 => 5.7.13
  18. +
  19. update file-saver 2.0.4 => 2.0.5
  20. +
  21. update dart-sass 1.32.0 => 1.32.13
  22. +
  23. update sass-loader 10.1.0 => 10.1.1
  24. +
  25. update 优化代码生成 根据MP生成特性 调整导入表结构默认值合理化
  26. +
  27. update 将所有 云存储字样 改为 对象存储 避免误解
  28. +
  29. update 更新 @Cacheable 错误用法 注意事项
  30. +
  31. update 优化 AddressUtils 空校验处理
  32. +
  33. update 菜单管理支持配置路由参数
  34. +
  35. update 优化aop语法 使用spring自动注入注解
  36. +
  37. update 使用 Redisson 限流工具 重写限流实现
  38. +
  39. update 使用 vue-data-dict 简化数据字典使用
  40. +
  41. update 增加日志注解新增是否保存响应参数开关
  42. +
  43. update 用户未登录日志改为 warn 级别
  44. +
  45. update OSS模块 关于下载403报错信息优化
  46. +
  47. update 更新 Actuator prod 默认暴漏端点 增加暴漏 logfile 日志端点
  48. +
  49. update 默认适配jdk11 测试 jdk17 无异常
  50. +
  51. update 封装通用下载方法简化下载使用
  52. +
  53. add 新增通用方法简化模态/缓存使用
  54. +
  55. add 增加 限流演示案例
  56. +
  57. add 增加 redis redisson 集群配置
  58. +
  59. fix Cron表达式生成器关闭时销毁,避免再次打开时存在上一次修改的数据
  60. +
  61. fix 全局限流key会多出一个"-" 将其移动到IP后面 去除多余的空格
  62. +
  63. fix 修复多主键代码生成bug
  64. +
  65. fix 修复 @Cacheable 与 @DataScope 冲突问题
  66. +
  67. fix 修复代码生成页面数据编辑保存之后总是跳转第一页的问题
  68. +
  69. remove 移除过期工具 RedisCache
  70. +
  71. remove 移除无用配置类 ServerConfig
  72. +
  73. remove 移除 SysUser 无用字段 salt
  74. +
+
  1. add [重大改动] 过期 RedisCache 新增 RedisUtils 工具类 新增 发布订阅功能 更灵巧便于使用