基于 Vue/Element UI 和 Spring Boot/Spring Cloud & Alibaba 前后端分离的分布式微服务架构
RuoYi 67b17da06f 优化特殊字符密码修改失败问题 | 3 dienas atpakaļ | |
---|---|---|
.github | 3 gadi atpakaļ | |
bin | 3 gadi atpakaļ | |
docker | 3 mēneši atpakaļ | |
ruoyi-api | 1 mēnesi atpakaļ | |
ruoyi-auth | 1 mēnesi atpakaļ | |
ruoyi-common | 2 nedēļas atpakaļ | |
ruoyi-gateway | 1 mēnesi atpakaļ | |
ruoyi-modules | 3 dienas atpakaļ | |
ruoyi-ui | 3 dienas atpakaļ | |
ruoyi-visual | 1 mēnesi atpakaļ | |
sql | 3 mēneši atpakaļ | |
.gitignore | 2 gadi atpakaļ | |
LICENSE | 4 gadi atpakaļ | |
README.md | 1 mēnesi atpakaļ | |
pom.xml | 1 mēnesi atpakaļ |
若依是一套全部开源的快速开发平台,毫无保留给个人及企业免费使用。
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 // 公共依赖
演示地址:http://ruoyi.vip
文档地址:http://doc.ruoyi.vip