diff --git a/README.md b/README.md index 25412480..468d9286 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ * 采用前后端分离的模式,微服务版本前端(基于 [RuoYi-Vue](https://gitee.com/y_project/RuoYi-Vue))。 * 后端采用Spring Boot、Spring Cloud & Alibaba。 * 注册中心、配置中心选型Nacos,权限认证使用Redis。 -* 流量控制框架选型Sentinel。 +* 流量控制框架选型Sentinel,分布式事务选型Seata。 * 如需不分离应用,请移步 [RuoYi](https://gitee.com/y_project/RuoYi),如需分离应用,请移步 [RuoYi-Vue](https://gitee.com/y_project/RuoYi-Vue) * 阿里云折扣场:[点我进入](http://aly.ruoyi.vip),腾讯云秒杀场:[点我进入](http://txy.ruoyi.vip)   * 阿里云优惠券:[点我领取](https://www.aliyun.com/minisite/goods?userCode=brki8iof&share_source=copy_link),腾讯云优惠券:[点我领取](https://cloud.tencent.com/redirect.php?redirect=1025&cps_key=198c8df2ed259157187173bc7f4f32fd&from=console)   @@ -41,7 +41,7 @@ com.ruoyi ## 架构图 - + ## 内置功能 diff --git a/pom.xml b/pom.xml index eac204ec..292ae495 100644 --- a/pom.xml +++ b/pom.xml @@ -6,20 +6,20 @@ com.ruoyi ruoyi - 2.4.0 + 2.5.0 ruoyi http://www.ruoyi.vip 若依微服务系统 - 2.4.0 + 2.5.0 UTF-8 UTF-8 1.8 2.3.7.RELEASE Hoxton.SR9 - 2.2.3.RELEASE + 2.2.5.RELEASE 2.3.1 2.1.3 2.9.2 diff --git a/ruoyi-api/pom.xml b/ruoyi-api/pom.xml index b8cce4fb..1c24fbc5 100644 --- a/ruoyi-api/pom.xml +++ b/ruoyi-api/pom.xml @@ -4,7 +4,7 @@ com.ruoyi ruoyi - 2.4.0 + 2.5.0 4.0.0 diff --git a/ruoyi-api/ruoyi-api-system/pom.xml b/ruoyi-api/ruoyi-api-system/pom.xml index edeb4b40..5c8b3af0 100644 --- a/ruoyi-api/ruoyi-api-system/pom.xml +++ b/ruoyi-api/ruoyi-api-system/pom.xml @@ -5,7 +5,7 @@ com.ruoyi ruoyi-api - 2.4.0 + 2.5.0 4.0.0 diff --git a/ruoyi-auth/pom.xml b/ruoyi-auth/pom.xml index 9fef8436..12bf28cf 100644 --- a/ruoyi-auth/pom.xml +++ b/ruoyi-auth/pom.xml @@ -4,7 +4,7 @@ com.ruoyi ruoyi - 2.4.0 + 2.5.0 4.0.0 diff --git a/ruoyi-auth/src/main/java/com/ruoyi/auth/form/LoginBody.java b/ruoyi-auth/src/main/java/com/ruoyi/auth/form/LoginBody.java index 5f4ff0c7..b12fb314 100644 --- a/ruoyi-auth/src/main/java/com/ruoyi/auth/form/LoginBody.java +++ b/ruoyi-auth/src/main/java/com/ruoyi/auth/form/LoginBody.java @@ -17,16 +17,6 @@ public class LoginBody */ private String password; - /** - * 验证码 - */ - private String code; - - /** - * 唯一标识 - */ - private String uuid = ""; - public String getUsername() { return username; @@ -46,24 +36,4 @@ public class LoginBody { this.password = password; } - - public String getCode() - { - return code; - } - - public void setCode(String code) - { - this.code = code; - } - - public String getUuid() - { - return uuid; - } - - public void setUuid(String uuid) - { - this.uuid = uuid; - } } diff --git a/ruoyi-common/pom.xml b/ruoyi-common/pom.xml index f4b0059d..df16e1da 100644 --- a/ruoyi-common/pom.xml +++ b/ruoyi-common/pom.xml @@ -4,7 +4,7 @@ com.ruoyi ruoyi - 2.4.0 + 2.5.0 4.0.0 diff --git a/ruoyi-common/ruoyi-common-core/pom.xml b/ruoyi-common/ruoyi-common-core/pom.xml index 44654085..5c437f09 100644 --- a/ruoyi-common/ruoyi-common-core/pom.xml +++ b/ruoyi-common/ruoyi-common-core/pom.xml @@ -5,7 +5,7 @@ com.ruoyi ruoyi-common - 2.4.0 + 2.5.0 4.0.0 diff --git a/ruoyi-common/ruoyi-common-datascope/pom.xml b/ruoyi-common/ruoyi-common-datascope/pom.xml index 2f323dfd..2fbc8f61 100644 --- a/ruoyi-common/ruoyi-common-datascope/pom.xml +++ b/ruoyi-common/ruoyi-common-datascope/pom.xml @@ -5,7 +5,7 @@ com.ruoyi ruoyi-common - 2.4.0 + 2.5.0 4.0.0 diff --git a/ruoyi-common/ruoyi-common-datasource/pom.xml b/ruoyi-common/ruoyi-common-datasource/pom.xml index 363a8ed0..ca063068 100644 --- a/ruoyi-common/ruoyi-common-datasource/pom.xml +++ b/ruoyi-common/ruoyi-common-datasource/pom.xml @@ -5,7 +5,7 @@ com.ruoyi ruoyi-common - 2.4.0 + 2.5.0 4.0.0 diff --git a/ruoyi-common/ruoyi-common-log/pom.xml b/ruoyi-common/ruoyi-common-log/pom.xml index 2bb72b7c..fe322d1c 100644 --- a/ruoyi-common/ruoyi-common-log/pom.xml +++ b/ruoyi-common/ruoyi-common-log/pom.xml @@ -5,7 +5,7 @@ com.ruoyi ruoyi-common - 2.4.0 + 2.5.0 4.0.0 diff --git a/ruoyi-common/ruoyi-common-redis/pom.xml b/ruoyi-common/ruoyi-common-redis/pom.xml index 1aaaa3ed..e498f15b 100644 --- a/ruoyi-common/ruoyi-common-redis/pom.xml +++ b/ruoyi-common/ruoyi-common-redis/pom.xml @@ -5,7 +5,7 @@ com.ruoyi ruoyi-common - 2.4.0 + 2.5.0 4.0.0 diff --git a/ruoyi-common/ruoyi-common-security/pom.xml b/ruoyi-common/ruoyi-common-security/pom.xml index b1f7319a..3ee61b18 100644 --- a/ruoyi-common/ruoyi-common-security/pom.xml +++ b/ruoyi-common/ruoyi-common-security/pom.xml @@ -4,7 +4,7 @@ com.ruoyi ruoyi-common - 2.4.0 + 2.5.0 4.0.0 diff --git a/ruoyi-common/ruoyi-common-swagger/pom.xml b/ruoyi-common/ruoyi-common-swagger/pom.xml index 4d93b8e8..e58f4413 100644 --- a/ruoyi-common/ruoyi-common-swagger/pom.xml +++ b/ruoyi-common/ruoyi-common-swagger/pom.xml @@ -5,7 +5,7 @@ com.ruoyi ruoyi-common - 2.4.0 + 2.5.0 4.0.0 diff --git a/ruoyi-gateway/pom.xml b/ruoyi-gateway/pom.xml index daf24aa3..54605582 100644 --- a/ruoyi-gateway/pom.xml +++ b/ruoyi-gateway/pom.xml @@ -4,7 +4,7 @@ com.ruoyi ruoyi - 2.4.0 + 2.5.0 4.0.0 diff --git a/ruoyi-modules/pom.xml b/ruoyi-modules/pom.xml index 48a89055..0a4eb86d 100644 --- a/ruoyi-modules/pom.xml +++ b/ruoyi-modules/pom.xml @@ -4,7 +4,7 @@ com.ruoyi ruoyi - 2.4.0 + 2.5.0 4.0.0 diff --git a/ruoyi-modules/ruoyi-file/pom.xml b/ruoyi-modules/ruoyi-file/pom.xml index a799a19b..3abc27dc 100644 --- a/ruoyi-modules/ruoyi-file/pom.xml +++ b/ruoyi-modules/ruoyi-file/pom.xml @@ -5,7 +5,7 @@ com.ruoyi ruoyi-modules - 2.4.0 + 2.5.0 4.0.0 diff --git a/ruoyi-modules/ruoyi-gen/pom.xml b/ruoyi-modules/ruoyi-gen/pom.xml index e1f5c744..ca5369bb 100644 --- a/ruoyi-modules/ruoyi-gen/pom.xml +++ b/ruoyi-modules/ruoyi-gen/pom.xml @@ -5,7 +5,7 @@ com.ruoyi ruoyi-modules - 2.4.0 + 2.5.0 4.0.0 diff --git a/ruoyi-modules/ruoyi-job/pom.xml b/ruoyi-modules/ruoyi-job/pom.xml index f3ea3da1..b9b57b43 100644 --- a/ruoyi-modules/ruoyi-job/pom.xml +++ b/ruoyi-modules/ruoyi-job/pom.xml @@ -5,7 +5,7 @@ com.ruoyi ruoyi-modules - 2.4.0 + 2.5.0 4.0.0 diff --git a/ruoyi-modules/ruoyi-system/pom.xml b/ruoyi-modules/ruoyi-system/pom.xml index c3f52d0e..6e672ef1 100644 --- a/ruoyi-modules/ruoyi-system/pom.xml +++ b/ruoyi-modules/ruoyi-system/pom.xml @@ -5,7 +5,7 @@ com.ruoyi ruoyi-modules - 2.4.0 + 2.5.0 4.0.0 diff --git a/ruoyi-ui/package.json b/ruoyi-ui/package.json index 1ccb8d8e..ad60e4e7 100644 --- a/ruoyi-ui/package.json +++ b/ruoyi-ui/package.json @@ -1,6 +1,6 @@ { "name": "ruoyi", - "version": "2.4.0", + "version": "2.5.0", "description": "若依管理系统", "author": "若依", "license": "MIT", diff --git a/ruoyi-ui/src/views/index.vue b/ruoyi-ui/src/views/index.vue index 1c1d6ca0..3a7ae543 100644 --- a/ruoyi-ui/src/views/index.vue +++ b/ruoyi-ui/src/views/index.vue @@ -82,8 +82,8 @@
  • SpringCloud
  • Nacos
  • Sentinel
  • +
  • Seata
  • Minio
  • -
  • FastDFS
  • ...
  • @@ -94,7 +94,7 @@
  • Vuex
  • Element-ui
  • Axios
  • -
  • Sass
  • +
  • Echarts
  • Quill
  • ...
  • @@ -149,6 +149,39 @@ 更新日志 + +
      +
    1. 增加分布式事务seata支持
    2. +
    3. 代码生成模板支持主子表
    4. +
    5. 表格右侧工具栏组件支持显隐列
    6. +
    7. 代码生成支持文件上传组件
    8. +
    9. 图片组件添加预览&移除功能
    10. +
    11. Excel注解支持Image图片导出
    12. +
    13. 操作按钮组调整为朴素按钮样式
    14. +
    15. 代码生成支持文件上传组件
    16. +
    17. 代码生成日期控件区分范围
    18. +
    19. 代码生成数据库文本类型生成表单文本域
    20. +
    21. 用户手机邮箱&菜单组件修改允许空字符串
    22. +
    23. 修复header获取username中文情况下乱码
    24. +
    25. 修复角色管理-编辑角色-功能权限显示异常
    26. +
    27. 修正操作日志删除接口路径
    28. +
    29. 修复IE11浏览器报错问题
    30. +
    31. 修复sentinel流量告警前端不响应
    32. +
    33. 修正侧边栏静态路由丢失问题
    34. +
    35. 修复导入数据为负浮点数时丢失精度问题
    36. +
    37. 修复Get请求参数特殊值无法正确的传参
    38. +
    39. 更换过期的共享配置属性
    40. +
    41. 添加启动执行脚本
    42. +
    43. 升级element-ui到最新版本2.15.0
    44. +
    45. 升级spring-boot到最新版本2.3.7
    46. +
    47. 升级spring-cloud到Hoxton.SR9
    48. +
    49. 升级spring-boot-alibaba到最新版2.2.5
    50. +
    51. 升级spring-boot-admin到最新版2.3.1
    52. +
    53. 升级druid到最新版本v1.2.4
    54. +
    55. 升级fastjson到最新版1.2.75
    56. +
    57. 其他细节优化
    58. +
    +
    1. 增加分布式文件Minio支持
    2. @@ -420,7 +453,7 @@ export default { data() { return { // 版本号 - version: "2.4.0", + version: "2.5.0", }; }, methods: { diff --git a/ruoyi-visual/pom.xml b/ruoyi-visual/pom.xml index ceea8694..53cf218f 100644 --- a/ruoyi-visual/pom.xml +++ b/ruoyi-visual/pom.xml @@ -4,7 +4,7 @@ com.ruoyi ruoyi - 2.4.0 + 2.5.0 4.0.0 diff --git a/ruoyi-visual/ruoyi-monitor/pom.xml b/ruoyi-visual/ruoyi-monitor/pom.xml index a3631790..486e499d 100644 --- a/ruoyi-visual/ruoyi-monitor/pom.xml +++ b/ruoyi-visual/ruoyi-monitor/pom.xml @@ -4,7 +4,7 @@ com.ruoyi ruoyi-visual - 2.4.0 + 2.5.0 4.0.0