RuoYi-Cloud 3.3.0 发布,支持 Vue3
若依 Cloud 微服务版本 v3.3.0 已发布,更新日志:
- 新增配套并同步的Vue3前端版本
- 新增认证对象简化权限验证
- 新增tab对象简化页签操作
- 修改获取缓存信息方式
- 修改权限认证注解实现
- 自定义文字复制剪贴指令
- 升级axios到最新版本0.24.0
- 升级core-js到最新版本3.19.1
- 升级jsencrypt到最新版本3.2.1
- 升级js-cookie到最新版本3.0.1
- 升级clipboard到最新版本2.0.8
- 升级velocity到最新版本2.3
- 升级spring-boot到最新版本2.5.6
- 升级spring-boot-admin到最新版2.5.4
- 升级dynamic-ds到最新版本3.5.0
- 代码生成预览支持复制内容
- 修复五级以上菜单出现的404问题
- 生产环境使用路由懒加载提升页面响应速度
- 任务屏蔽违规字符&参数忽略双引号中的逗号
- 优化用户个人信息接口防止修改用户名
- 优化登录/验证码请求headers不设置token
- 优化注册成功提示消息类型success
- 优化下载解析blob响应是否登录失效
- 修复字符串无法被反转义问题
- 修复响应体过大出现的乱码问题
- 修复回显数据字典组的键值错误
- 修复代码生成复选框字典遗漏问题
- 修复代码生成模板主子表删除缺少事务
- 其他细节优化
基于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,分布式事务选型Seata。
系统模块
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-datasource // 多数据源 │ └── 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
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |


















