RuoYi
5 years ago
2 changed files with 96 additions and 63 deletions
@ -1,36 +0,0 @@
@@ -1,36 +0,0 @@
|
||||
# RuoYi-Cloud |
||||
|
||||
#### Description |
||||
{**When you're done, you can delete the content in this README and update the file with details for others getting started with your repository**} |
||||
|
||||
#### Software Architecture |
||||
Software architecture description |
||||
|
||||
#### Installation |
||||
|
||||
1. xxxx |
||||
2. xxxx |
||||
3. xxxx |
||||
|
||||
#### Instructions |
||||
|
||||
1. xxxx |
||||
2. xxxx |
||||
3. xxxx |
||||
|
||||
#### Contribution |
||||
|
||||
1. Fork the repository |
||||
2. Create Feat_xxx branch |
||||
3. Commit your code |
||||
4. Create Pull Request |
||||
|
||||
|
||||
#### Gitee Feature |
||||
|
||||
1. You can use Readme\_XXX.md to support different languages, such as Readme\_en.md, Readme\_zh.md |
||||
2. Gitee blog [blog.gitee.com](https://blog.gitee.com) |
||||
3. Explore open source project [https://gitee.com/explore](https://gitee.com/explore) |
||||
4. The most valuable open source project [GVP](https://gitee.com/gvp) |
||||
5. The manual of Gitee [https://gitee.com/help](https://gitee.com/help) |
||||
6. The most popular members [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/) |
@ -1,39 +1,108 @@
@@ -1,39 +1,108 @@
|
||||
# RuoYi-Cloud |
||||
## 平台简介 |
||||
|
||||
#### 介绍 |
||||
{**以下是码云平台说明,您可以替换此简介** |
||||
码云是 OSCHINA 推出的基于 Git 的代码托管平台(同时支持 SVN)。专为开发者提供稳定、高效、安全的云端软件开发协作平台 |
||||
无论是个人、团队、或是企业,都能够用码云实现代码托管、项目管理、协作开发。企业项目请看 [https://gitee.com/enterprises](https://gitee.com/enterprises)} |
||||
* 采用前后端分离的模式,微服务版本前端(基于 [RuoYi-Vue](https://gitee.com/y_project/RuoYi-Vue))。 |
||||
* 后端采用Spring Boot、Spring Cloud & Alibaba、OAuth2。 |
||||
* 注册中心、配置中心选型Nacos,为工程瘦身的同时加强各模块之间的联动。 |
||||
* 权限认证使用OAuth2,实现了多终端认证系统,可控制业务模块权限。 |
||||
* 项目分包明确,规范微服务的开发模式,使包与包之间的分工清晰。 |
||||
* 如需不分离应用,请移步 [RuoYi](https://gitee.com/y_project/RuoYi),如需分离应用,请移步 [RuoYi-Vue](https://gitee.com/y_project/RuoYi-Vue) |
||||
* 阿里云优惠券:[点我进入](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) |
||||
|
||||
#### 软件架构 |
||||
软件架构说明 |
||||
## 系统模块 |
||||
|
||||
~~~ |
||||
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-log // 日志记录 |
||||
│ └── ruoyi-common-redis // 缓存服务 |
||||
│ └── ruoyi-common-security // 安全模块 |
||||
│ └── ruoyi-common-swagger // 系统接口 |
||||
├── ruoyi-modules // 业务模块 |
||||
│ └── ruoyi-system // 系统模块 [9201] |
||||
│ └── ruoyi-gen // 代码生成 [9202] |
||||
│ └── ruoyi-job // 定时任务 [9203] |
||||
├── ruoyi-visual // 图形化管理模块 |
||||
│ └── ruoyi-visual-monitor // 监控中心 [9100] |
||||
├──pom.xml // 公共依赖 |
||||
~~~ |
||||
|
||||
#### 安装教程 |
||||
## 架构图 |
||||
|
||||
1. xxxx |
||||
2. xxxx |
||||
3. xxxx |
||||
<img src="https://oscimg.oschina.net/oscnet/up-aaa2d885b0fba37e52b56f0948edde1c4fe.png"/> |
||||
|
||||
#### 使用说明 |
||||
## 内置功能 |
||||
|
||||
1. xxxx |
||||
2. xxxx |
||||
3. xxxx |
||||
1. 用户管理:用户是系统操作者,该功能主要完成系统用户配置。 |
||||
2. 部门管理:配置系统组织机构(公司、部门、小组),树结构展现支持数据权限。 |
||||
3. 岗位管理:配置系统用户所属担任职务。 |
||||
4. 菜单管理:配置系统菜单,操作权限,按钮权限标识等。 |
||||
5. 角色管理:角色菜单权限分配、设置角色按机构进行数据范围权限划分。 |
||||
6. 字典管理:对系统中经常使用的一些较为固定的数据进行维护。 |
||||
7. 参数管理:对系统动态配置常用参数。 |
||||
8. 通知公告:系统通知公告信息发布维护。 |
||||
9. 操作日志:系统正常操作日志记录和查询;系统异常信息日志记录和查询。 |
||||
10. 登录日志:系统登录日志记录查询包含登录异常。 |
||||
11. 在线用户:当前系统中活跃用户状态监控。 |
||||
12. 定时任务:在线(添加、修改、删除)任务调度包含执行结果日志。 |
||||
13. 代码生成:前后端代码的生成(java、html、xml、sql)支持CRUD下载 。 |
||||
14. 系统接口:根据业务代码自动生成相关的api接口文档。 |
||||
15. 服务监控:监视当前系统CPU、内存、磁盘、堆栈等相关信息。 |
||||
16. 在线构建器:拖动表单元素生成相应的HTML代码。 |
||||
17. 连接池监视:监视当前系统数据库连接池状态,可进行分析SQL找出系统性能瓶颈。 |
||||
|
||||
#### 参与贡献 |
||||
## 在线体验 |
||||
|
||||
1. Fork 本仓库 |
||||
2. 新建 Feat_xxx 分支 |
||||
3. 提交代码 |
||||
4. 新建 Pull Request |
||||
- admin/admin123 |
||||
- 陆陆续续收到一些打赏,为了更好的体验已用于演示服务器升级。谢谢各位小伙伴。 |
||||
|
||||
演示地址:http://ruoyi.vip |
||||
文档地址:http://doc.ruoyi.vip |
||||
|
||||
#### 码云特技 |
||||
## 演示图 |
||||
|
||||
1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md |
||||
2. 码云官方博客 [blog.gitee.com](https://blog.gitee.com) |
||||
3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解码云上的优秀开源项目 |
||||
4. [GVP](https://gitee.com/gvp) 全称是码云最有价值开源项目,是码云综合评定出的优秀开源项目 |
||||
5. 码云官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) |
||||
6. 码云封面人物是一档用来展示码云会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/) |
||||
<table> |
||||
<tr> |
||||
<td><img src="https://oscimg.oschina.net/oscnet/cd1f90be5f2684f4560c9519c0f2a232ee8.jpg"/></td> |
||||
<td><img src="https://oscimg.oschina.net/oscnet/1cbcf0e6f257c7d3a063c0e3f2ff989e4b3.jpg"/></td> |
||||
</tr> |
||||
<tr> |
||||
<td><img src="https://oscimg.oschina.net/oscnet/707825ad3f29de74a8d6d02fbd73ad631ea.jpg"/></td> |
||||
<td><img src="https://oscimg.oschina.net/oscnet/46be40cc6f01aa300eed53a19b5012bf484.jpg"/></td> |
||||
</tr> |
||||
<tr> |
||||
<td><img src="https://oscimg.oschina.net/oscnet/4284796d4cea240d181b8f2201813dda710.jpg"/></td> |
||||
<td><img src="https://oscimg.oschina.net/oscnet/3ecfac87a049f7fe36abbcaafb2c40d36cf.jpg"/></td> |
||||
</tr> |
||||
<tr> |
||||
<td><img src="https://oscimg.oschina.net/oscnet/71c2d48905221a09a728df4aff4160b8607.jpg"/></td> |
||||
<td><img src="https://oscimg.oschina.net/oscnet/c14c1ee9a64a6a9c2c22f67d43198767dbe.jpg"/></td> |
||||
</tr> |
||||
<tr> |
||||
<td><img src="https://oscimg.oschina.net/oscnet/5e8c387724954459291aafd5eb52b456f53.jpg"/></td> |
||||
<td><img src="https://oscimg.oschina.net/oscnet/644e78da53c2e92a95dfda4f76e6d117c4b.jpg"/></td> |
||||
</tr> |
||||
<tr> |
||||
<td><img src="https://oscimg.oschina.net/oscnet/fdea1d8bb8625c27bf964176a2c8ebc6945.jpg"/></td> |
||||
<td><img src="https://oscimg.oschina.net/oscnet/509d2708cfd762b6e6339364cac1cc1970c.jpg"/></td> |
||||
</tr> |
||||
<tr> |
||||
<td><img src="https://oscimg.oschina.net/oscnet/up-f1fd681cc9d295db74e85ad6d2fe4389454.png"/></td> |
||||
<td><img src="https://oscimg.oschina.net/oscnet/up-c195234bbcd30be6927f037a6755e6ab69c.png"/></td> |
||||
</tr> |
||||
<tr> |
||||
<td><img src="https://oscimg.oschina.net/oscnet/b6115bc8c31de52951982e509930b20684a.jpg"/></td> |
||||
<td><img src="https://oscimg.oschina.net/oscnet/up-6d73c2140ce694e3de4c05035fdc1868d4c.png"/></td> |
||||
</tr> |
||||
</table> |
||||
|
||||
|
||||
## 若依微服务交流群 |
||||
|
||||
QQ群: [![加入QQ群](https://img.shields.io/badge/42799195-blue.svg)](https://jq.qq.com/?_wv=1027&k=yqInfq0S) 点击按钮入群。 |
Loading…
Reference in new issue