若依 Cloud 微服务版本 v3.6.8 已发布,更新日志:
- 新增锁定屏幕功能
- 首页新增通知公告消息提醒
- 添加持久化标签页开关功能
- 菜单搜索支持文本高亮&数量提示
- 添加菜单路由地址和名称的校验规则
- 字典类型列表新增抽屉效果详细信息
- 升级axios到最新版本0.30.3
- 升级spring-cloud到最新版2025.1.0
- 升级spring-cloud-alibaba到最新版2025.1.0.0
- 升级spring-boot-admin到最新版4.0.2
- 升级dynamic-ds到最新版本4.5.0
- 升级springdoc到最新版本3.0.2
- 升级transmittable-thread-local到最新版本2.14.5
- 升级spring-boot到最新版本4.0.3
- 升级druid到最新版本1.2.28
- 升级pagehelper到最新版2.1.1
- 优化操作日志详细页面
- 部门管理支持批量保存排序
- 菜单管理支持批量保存排序
- 菜单管理列表新增类型显示
- 代码生成模板支持TypeScript版本
- 优化菜单主题风格显示
- 优化点击任务名称查看详细
- 优化字典类型属性提醒说明
- 优化防重提交间隔时间可自定义
- 优化页签功能&支持全屏按钮操作
- 优化RightToolbar搜索栏切换动画
- 修复Excel自定义格式样式污染问题
- 优化isAdmin方法统一到SecurityUtils
- 优化定时任务详情页展示&补充执行时间字段
- 其他细节优化
基于 Spring Boot、Spring Cloud & Alibaba、Redis 的分布式微服务架构权限管理系统。
下载地址 RuoYi-Cloud
若依是一套全部开源的快速开发平台,毫无保留给个人及企业免费使用。
系统模块
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-seata // 分布式事务
│ └── ruoyi-common-security // 安全模块
│ └── ruoyi-common-sensitive // 数据脱敏
│ └── 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 // 公共依赖
架构图
![]()