diff --git a/README.md b/README.md index 62252f9ac3..152be6f5c8 100644 --- a/README.md +++ b/README.md @@ -1,27 +1,53 @@ +
+

芋道快速开发平台

+

企业级、SaaS、多租户、工作流、三方登录、支付、短信、商城、CRM、ERP、报表、大屏...

+
+

- Downloads - Downloads - + Spring Boot + Vue + License + Gitee star + Github star

+**芋道快速开发平台** 是一款基于 Spring Boot + Vue & uni-app 为核心,整合 Flowable 工作流引擎,支持 SaaS 多租户、微服务、多数据源的**企业级快速开发平台**。 +内置丰富的标准功能和开发组件,如:OAuth2.0、SaaS 多租户、工作流、三方登录、支付、短信、商城、CRM、ERP、报表、大屏等等。 + **严肃声明:现在、未来都不会有商业版本,所有代码全部开源!!** -**「我喜欢写代码,乐此不疲」** -**「我喜欢做开源,以此为乐」** +## 🚀 快速开始 -我 🐶 在上海艰苦奋斗,早中晚在 top3 大厂认真搬砖,夜里为开源做贡献。 +* **演示地址**: + * Vue3 + Element Plus: + * Vue3 + Vben (Ant Design Vue): + * Vue2 + Element UI: +* **文档**: + * 启动文档: + * 视频教程: -如果这个项目让你有所收获,记得 Star 关注哦,这对我是非常不错的鼓励与支持。 +## ✨ 核心功能 -## 🐶 新手必读 +* **SaaS 多租户**:可自定义每个租户的权限,提供透明化的多租户底层封装。 +* **工作流引擎**:基于 Flowable 实现,支持 BPMN 设计器、表单设计器、会签、或签、抄送、驳回等。 +* **权限管理**:基于 Spring Security 实现,支持操作、按钮、数据权限,支持多终端、多种用户认证。 +* **代码生成器**:一键生成前后端代码(Java、Vue、SQL、单元测试),支持单表、树表、主子表。 +* **多技术栈支持**: + * **后端**:`master` (JDK 8 + Spring Boot 2.7), `master-jdk17` (JDK 17/21 + Spring Boot 3.2)。 + * **前端**:Vue3 (element-plus, vben/ant-design-vue), Vue2 (element-ui), uni-app (移动端)。 +* **多环境、多数据库支持**: + * **数据库**:MySQL、Oracle、PostgreSQL、SQL Server、MariaDB、国产达梦 DM、TiDB 等。 + * **消息队列**:Event、Redis、RabbitMQ、Kafka、RocketMQ 等。 + * **云存储**:MinIO、阿里云、腾讯云、七牛云等。 +* **三方能力集成**: + * **登录**:微信小程序、公众号、企业微信、钉钉。 + * **支付**:支付宝、微信支付。 + * **短信**:阿里云、腾讯云。 +* **内置丰富业务模块**:系统功能、工作流程、支付系统、数据报表、会员中心、商城系统、ERP 系统、CRM 系统、微信公众号、AI 大模型等。 -* 演示地址【Vue3 + element-plus】: -* 演示地址【Vue3 + vben(ant-design-vue)】: -* 演示地址【Vue2 + element-ui】: -* 启动文档: -* 视频教程: +![架构图](/.image/common/ruoyi-vue-pro-architecture.png) -## 🐰 版本说明 +## 📚 版本说明 | 版本 | JDK 8 + Spring Boot 2.7 | JDK 17/21 + Spring Boot 3.2 | |---------------------------------------------------------------------|---------------------------------------------------------------------------|---------------------------------------------------------------------------------------| @@ -33,33 +59,7 @@ 可参考 [《迁移文档》](https://doc.iocoder.cn/migrate-module/) ,只需要 5-10 分钟,即可将【完整版】按需迁移到【精简版】 -## 🐯 平台简介 - -**芋道**,以开发者为中心,打造中国第一流的快速开发平台,全部开源,个人与企业可 100% 免费使用。 - -> 有任何问题,或者想要的功能,可以在 _Issues_ 中提给艿艿。 -> -> 😜 给项目点点 Star 吧,这对我们真的很重要! - -![架构图](/.image/common/ruoyi-vue-pro-architecture.png) - -* Java 后端:`master` 分支为 JDK 8 + Spring Boot 2.7,`master-jdk17` 分支为 JDK 17/21 + Spring Boot 3.2 -* 管理后台的电脑端:Vue3 提供 `element-plus`、`vben(ant-design-vue)` 两个版本,Vue2 提供 `element-ui` 版本 -* 管理后台的移动端:采用 `uni-app` 方案,一份代码多终端适配,同时支持 APP、小程序、H5! -* 后端采用 Spring Boot 多模块架构、MySQL + MyBatis Plus、Redis + Redisson -* 数据库可使用 MySQL、Oracle、PostgreSQL、SQL Server、MariaDB、国产达梦 DM、TiDB 等 -* 消息队列可使用 Event、Redis、RabbitMQ、Kafka、RocketMQ 等 -* 权限认证使用 Spring Security & Token & Redis,支持多终端、多种用户的认证系统,支持 SSO 单点登录 -* 支持加载动态权限菜单,按钮级别权限控制,Redis 缓存提升性能 -* 支持 SaaS 多租户,可自定义每个租户的权限,提供透明化的多租户底层封装 -* 工作流使用 Flowable,支持动态表单、在线设计流程、会签 / 或签、多种任务分配方式 -* 高效率开发,使用代码生成器可以一键生成 Java、Vue 前后端代码、SQL 脚本、接口文档,支持单表、树表、主子表 -* 实时通信,采用 Spring WebSocket 实现,内置 Token 身份校验,支持 WebSocket 集群 -* 集成微信小程序、微信公众号、企业微信、钉钉等三方登陆,集成支付宝、微信等支付与退款 -* 集成阿里云、腾讯云等短信渠道,集成 MinIO、阿里云、腾讯云、七牛云等云存储服务 -* 集成报表设计器、大屏设计器,通过拖拽即可生成酷炫的报表与大屏 - -## 🐳 项目关系 +## 🐳 项目关系 ![架构演进](/.image/common/yudao-roadmap.png) @@ -71,7 +71,7 @@ |-----------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------| | [ruoyi-vue-pro](https://gitee.com/zhijiantianya/ruoyi-vue-pro) | [![Gitee star](https://gitee.com/zhijiantianya/ruoyi-vue-pro/badge/star.svg?theme=white)](https://gitee.com/zhijiantianya/ruoyi-vue-pro) [![GitHub stars](https://img.shields.io/github/stars/YunaiV/ruoyi-vue-pro.svg?style=social&label=Stars)](https://github.com/YunaiV/ruoyi-vue-pro) | 基于 Spring Boot 多模块架构 | | [yudao-cloud](https://gitee.com/zhijiantianya/yudao-cloud) | [![Gitee star](https://gitee.com/zhijiantianya/yudao-cloud/badge/star.svg?theme=white)](https://gitee.com/zhijiantianya/yudao-cloud) [![GitHub stars](https://img.shields.io/github/stars/YunaiV/yudao-cloud.svg?style=social&label=Stars)](https://github.com/YunaiV/yudao-cloud) | 基于 Spring Cloud 微服务架构 | -| [Spring-Boot-Labs](https://gitee.com/yudaocode/SpringBoot-Labs) | [![Gitee star](https://gitee.com/yudaocode/SpringBoot-Labs/badge/star.svg?theme=white)](https://gitee.com/zhijiantianya/yudao-cloud) [![GitHub stars](https://img.shields.io/github/stars/yudaocode/SpringBoot-Labs.svg?style=social&label=Stars)](https://github.com/yudaocode/SpringBoot-Labs) | 系统学习 Spring Boot & Cloud 专栏 | +| [Spring-Boot-Labs](https://gitee.com/yudaocode/SpringBoot-Labs) | [![Gitee star](https://gitee.com/yudaocode/SpringBoot-Labs/badge/star.svg?theme=white)](https://gitee.com/yudaocode/SpringBoot-Labs) [![GitHub stars](https://img.shields.io/github/stars/yudaocode/SpringBoot-Labs.svg?style=social&label=Stars)](https://github.com/yudaocode/SpringBoot-Labs) | 系统学习 Spring Boot & Cloud 专栏 | ### 前端项目 @@ -84,6 +84,15 @@ | [yudao-ui-admin-uniapp](https://gitee.com/yudaocode/yudao-ui-admin-uniapp) | [![Gitee star](https://gitee.com/yudaocode/yudao-ui-admin-uniapp/badge/star.svg?theme=white)](https://gitee.com/yudaocode/yudao-ui-admin-uniapp) [![GitHub stars](https://img.shields.io/github/stars/yudaocode/yudao-ui-admin-uniapp.svg?style=social&label=Stars)](https://github.com/yudaocode/yudao-ui-admin-uniapp) | 基于 Vue2 + element-ui 实现的管理后台 | | [yudao-ui-go-view](https://gitee.com/yudaocode/yudao-ui-go-view) | [![Gitee star](https://gitee.com/yudaocode/yudao-ui-go-view/badge/star.svg?theme=white)](https://gitee.com/yudaocode/yudao-ui-go-view) [![GitHub stars](https://img.shields.io/github/stars/yudaocode/yudao-ui-go-view.svg?style=social&label=Stars)](https://github.com/yudaocode/yudao-ui-go-view) | 基于 Vue3 + naive-ui 实现的大屏报表 | +## ❤️ 鸣谢 + +**「我喜欢写代码,乐此不疲」** +**「我喜欢做开源,以此为乐」** + +我 🐶 在上海艰苦奋斗,早中晚在 top3 大厂认真搬砖,夜里为开源做贡献。 + +如果这个项目让你有所收获,记得 Star 关注哦,这对我是非常不错的鼓励与支持。 + ## 😎 开源协议 **为什么推荐使用本项目?** @@ -331,6 +340,9 @@ ## 🐷 演示图 +
+点击展开/折叠 + ### 系统功能 | 模块 | biu | biu | biu | @@ -388,4 +400,6 @@ | ![](/.image/admin-uniapp/04.png) | ![](/.image/admin-uniapp/05.png) | ![](/.image/admin-uniapp/06.png) | | ![](/.image/admin-uniapp/07.png) | ![](/.image/admin-uniapp/08.png) | ![](/.image/admin-uniapp/09.png) | +
+ 目前已经实现登录、我的、工作台、编辑资料、头像修改、密码修改、常见问题、关于我们等基础功能。