|
|
|
@ -1,11 +1,11 @@
|
|
|
|
|
<p align="center">
|
|
|
|
|
<img alt="logo" src="https://oscimg.oschina.net/oscnet/up-b99b286755aef70355a7084753f89cdb7c9.png">
|
|
|
|
|
</p>
|
|
|
|
|
<h1 align="center" style="margin: 30px 0 30px; font-weight: bold;">RuoYi v3.6.4</h1>
|
|
|
|
|
<h1 align="center" style="margin: 30px 0 30px; font-weight: bold;">RuoYi v3.6.5</h1>
|
|
|
|
|
<h4 align="center">基于 Vue/Element UI 和 Spring Boot/Spring Cloud & Alibaba 前后端分离的分布式微服务架构</h4>
|
|
|
|
|
<p align="center">
|
|
|
|
|
<a href="https://gitee.com/y_project/RuoYi-Cloud/stargazers"><img src="https://gitee.com/y_project/RuoYi-Cloud/badge/star.svg?theme=dark"></a>
|
|
|
|
|
<a href="https://gitee.com/y_project/RuoYi-Cloud"><img src="https://img.shields.io/badge/RuoYi-v3.6.4-brightgreen.svg"></a>
|
|
|
|
|
<a href="https://gitee.com/y_project/RuoYi-Cloud"><img src="https://img.shields.io/badge/RuoYi-v3.6.5-brightgreen.svg"></a>
|
|
|
|
|
<a href="https://gitee.com/y_project/RuoYi-Cloud/blob/master/LICENSE"><img src="https://img.shields.io/github/license/mashape/apistatus.svg"></a>
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
@ -17,12 +17,9 @@
|
|
|
|
|
* 后端采用Spring Boot、Spring Cloud & Alibaba。
|
|
|
|
|
* 注册中心、配置中心选型Nacos,权限认证使用Redis。
|
|
|
|
|
* 流量控制框架选型Sentinel,分布式事务选型Seata。
|
|
|
|
|
* 提供了技术栈([Vue3](https://v3.cn.vuejs.org) [Element Plus](https://element-plus.org/zh-CN) [Vite](https://cn.vitejs.dev))版本[RuoYi-Cloud-Vue3](https://github.com/yangzongzhuan/RuoYi-Cloud-Vue3),保持同步更新。
|
|
|
|
|
* 提供了技术栈([Vue3](https://v3.cn.vuejs.org) [Element Plus](https://element-plus.org/zh-CN) [Vite](https://cn.vitejs.dev))版本[RuoYi-Cloud-Vue3](https://gitcode.com/yangzongzhuan/RuoYi-Cloud-Vue3),保持同步更新。
|
|
|
|
|
* 如需不分离应用,请移步 [RuoYi](https://gitee.com/y_project/RuoYi),如需分离应用,请移步 [RuoYi-Vue](https://gitee.com/y_project/RuoYi-Vue)
|
|
|
|
|
* 阿里云折扣场:[点我进入](http://aly.ruoyi.vip),腾讯云秒杀场:[点我进入](http://txy.ruoyi.vip)
|
|
|
|
|
* 阿里云优惠券:[点我领取](https://www.aliyun.com/minisite/goods?userCode=brki8iof&share_source=copy_link),腾讯云优惠券:[点我领取](https://cloud.tencent.com/redirect.php?redirect=1025&cps_key=198c8df2ed259157187173bc7f4f32fd&from=console)
|
|
|
|
|
|
|
|
|
|
#### 友情链接 [若依/RuoYi-Cloud](https://gitee.com/zhangmrit/ruoyi-cloud) Ant Design版本。
|
|
|
|
|
* 阿里云优惠券:[点我进入](http://aly.ruoyi.vip),腾讯云优惠券:[点我进入](http://txy.ruoyi.vip)
|
|
|
|
|
|
|
|
|
|
## 系统模块
|
|
|
|
|
|
|
|
|
@ -41,6 +38,7 @@ com.ruoyi
|
|
|
|
|
│ └── ruoyi-common-redis // 缓存服务
|
|
|
|
|
│ └── ruoyi-common-seata // 分布式事务
|
|
|
|
|
│ └── ruoyi-common-security // 安全模块
|
|
|
|
|
│ └── ruoyi-common-sensitive // 数据脱敏
|
|
|
|
|
│ └── ruoyi-common-swagger // 系统接口
|
|
|
|
|
├── ruoyi-modules // 业务模块
|
|
|
|
|
│ └── ruoyi-system // 系统模块 [9201]
|
|
|
|
|