| | |
| | | ## 平台简介 |
| | | |
| | | 若依是一套全部开源的快速开发平台,毫无保留给个人及企业免费使用。 |
| | | |
| | | * 采用前后端分离的模式,微服务版本前端(基于 [RuoYi-Vue](https://gitee.com/y_project/RuoYi-Vue))。 |
| | | * 后端采用Spring Boot、Spring Cloud & Alibaba。 |
| | | * 注册中心、配置中心选型Nacos,权限认证使用Redis。 |
| | |
| | | ├── ruoyi-common // 通用模块 |
| | | │ └── ruoyi-common-core // 核心模块 |
| | | │ └── ruoyi-common-datascope // 权限范围 |
| | | │ └── ruoyi-common-datasource // 多数据源 |
| | | │ └── ruoyi-common-log // 日志记录 |
| | | │ └── ruoyi-common-redis // 缓存服务 |
| | | │ └── ruoyi-common-security // 安全模块 |
| | |
| | | |
| | | ## 架构图 |
| | | |
| | | <img src="https://oscimg.oschina.net/oscnet/up-8b9f92ed62f8aa17bd95999272f12a5927c.png"/> |
| | | <img src="https://oscimg.oschina.net/oscnet/up-63c1c1dd2dc2b91d498164d9ee33682a32a.png"/> |
| | | |
| | | ## 内置功能 |
| | | |
| | |
| | | </tr> |
| | | <tr> |
| | | <td><img src="https://oscimg.oschina.net/oscnet/up-ff9e3066561574aca73005c5730c6a41f15.png"/></td> |
| | | <td><img src="https://oscimg.oschina.net/oscnet/up-6d73c2140ce694e3de4c05035fdc1868d4c.png"/></td> |
| | | <td><img src="https://oscimg.oschina.net/oscnet/up-5e4daac0bb59612c5038448acbcef235e3a.png"/></td> |
| | | </tr> |
| | | </table> |
| | | |