若依Cloud微服务版本 v2.5.0 已发布,更新日志:
- 增加分布式事务seata支持
- 代码生成模板支持主子表
- 表格右侧工具栏组件支持显隐列
- 代码生成支持文件上传组件
- 图片组件添加预览&移除功能
- Excel注解支持Image图片导出
- 操作按钮组调整为朴素按钮样式
- 代码生成支持文件上传组件
- 代码生成日期控件区分范围
- 代码生成数据库文本类型生成表单文本域
- 用户手机邮箱&菜单组件修改允许空字符串
- 修复header获取username中文情况下乱码
- spring.factories增加RemoteFileFallbackFactory
- 修复角色管理-编辑角色-功能权限显示异常
- 修正操作日志删除接口路径
- 修复IE11浏览器报错问题
- 修复sentinel流量告警前端不响应
- 修正侧边栏静态路由丢失问题
- 修复导入数据为负浮点数时丢失精度问题
- 防止get请求参数值为false或0等特殊值会导致无法正确的传参
- 更换过期的共享配置属性
- 添加启动执行脚本
- 升级element-ui到最新版本2.15.0
- 升级spring-boot到最新版本2.3.7
- 升级spring-cloud到Hoxton.SR9
- 升级spring-boot-alibaba到最新版2.2.5
- 升级spring-boot-admin到最新版2.3.1
- 升级druid到最新版本v1.2.4
- 升级fastjson到最新版1.2.75
基于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
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |