RuoYi-Cloud 2.3.0 发布,新增文件服务应用

若依Cloud微服务版本 v2.3.0 已发布,更新日志:

  1. 新增文件服务应用(支持本地、FastDFS)
  2. 优化头像样式,鼠标移入悬停遮罩
  3. AjaxResult重写put方法,以方便链式调用
  4. 代码生成支持上传控件
  5. 新增图片上传组件
  6. 支持用户头像更新
  7. 调整默认首页
  8. 角色权限验证hasRole匹配改为equals
  9. 修正数组权限为空判断
  10. 修正注释选中节点和半选节点获取
  11. 升级pagehelper到最新版1.3.0
  12. 升级fastjson到最新版1.2.74
  13. 修正定时任务执行一次权限标识
  14. 修复页签关闭所有固定标签路由不刷新问题
  15. 表单构建布局型组件新增按钮
  16. 调整日志路径到模块目录
  17. 修正菜单提示信息错误
  18. 其他细节优化

基于Spring Boot、Spring Cloud & Alibaba、Redis的分布式微服务架构权限管理系统。

下载地址RuoYi-Cloud

平台简介

  • 采用前后端分离的模式,微服务版本前端(基于 [RuoYi-Vue](https://gitee.com/y_project/RuoYi-Vue))。
  • 后端采用Spring Boot、Spring Cloud & Alibaba、Redis。
  • 注册中心、配置中心选型Nacos,权限认证使用Redis。
  • 流量控制框架选型Sentinel。

系统模块

com.ruoyi     
├── ruoyi-ui              // 前端框架 [80]
├── ruoyi-gateway         // 网关模块 [8080]
├── ruoyi-auth            // 认证中心 [9200]
├── ruoyi-api             // 接口模块
│       └── ruoyi-api-system                          // 系统接口
├── ruoyi-common          // 通用模块
│       └── ruoyi-common-core                         // 核心模块
│       └── ruoyi-common-datascope                    // 权限范围
│       └── ruoyi-common-log                          // 日志记录
│       └── ruoyi-common-redis                        // 缓存服务
│       └── ruoyi-common-security                     // 安全模块
│       └── ruoyi-common-swagger                      // 系统接口
├── ruoyi-modules         // 业务模块
│       └── ruoyi-system                              // 系统模块 [9201]
│       └── ruoyi-gen                                 // 代码生成 [9202]
│       └── ruoyi-job                                 // 定时任务 [9203]
│       └── ruoyi-file                                // 文件服务 [9300]
├── ruoyi-visual          // 图形化管理模块
│       └── ruoyi-visual-monitor                      // 监控中心 [9100]
├──pom.xml                // 公共依赖

架构图

系统演示  http://ruoyi.vip

猜你喜欢

转载自www.oschina.net/news/121113/ruoyi-cloud-2-3-0-released