|
|
4 ヶ月 前 | |
|---|---|---|
| .github | 4 ヶ月 前 | |
| bin | 4 ヶ月 前 | |
| docker | 4 ヶ月 前 | |
| pub-api | 4 ヶ月 前 | |
| pub-auth | 4 ヶ月 前 | |
| pub-common | 4 ヶ月 前 | |
| pub-gateway | 4 ヶ月 前 | |
| pub-modules | 4 ヶ月 前 | |
| pub-ui | 4 ヶ月 前 | |
| pub-visual | 4 ヶ月 前 | |
| sql | 4 ヶ月 前 | |
| .gitignore | 3 年 前 | |
| LICENSE | 4 ヶ月 前 | |
| README.md | 4 ヶ月 前 | |
| pom.xml | 4 ヶ月 前 |
若依是一套全部开源的快速开发平台,毫无保留给个人及企业免费使用。
com.pub
├── pub-ui // 前端框架 [80]
├── pub-gateway // 网关模块 [8080]
├── pub-auth // 认证中心 [9200]
├── pub-api // 接口模块
│ └── pub-api-system // 系统接口
├── pub-common // 通用模块
│ └── pub-common-core // 核心模块
│ └── pub-common-datascope // 权限范围
│ └── pub-common-datasource // 多数据源
│ └── pub-common-log // 日志记录
│ └── pub-common-redis // 缓存服务
│ └── pub-common-seata // 分布式事务
│ └── pub-common-security // 安全模块
│ └── pub-common-sensitive // 数据脱敏
│ └── pub-common-swagger // 系统接口
├── pub-modules // 业务模块
│ └── pub-system // 系统模块 [9201]
│ └── pub-gen // 代码生成 [9202]
│ └── pub-job // 定时任务 [9203]
│ └── pub-file // 文件服务 [9300]
├── pub-visual // 图形化管理模块
│ └── pub-visual-monitor // 监控中心 [9100]
├──pom.xml // 公共依赖

演示地址:http://ruoyi.vip
文档地址:http://doc.ruoyi.vip