Skip to content

Commit

Permalink
⬇️ 保持 JDK8 + Spring Boot 2.7.18 持续维护
Browse files Browse the repository at this point in the history
  • Loading branch information
YunaiV committed Dec 7, 2023
1 parent 59ff4be commit a321805
Showing 1 changed file with 20 additions and 13 deletions.
33 changes: 20 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<p align="center">
<img src="https://img.shields.io/badge/Spring%20Boot-2.7.18-blue.svg" alt="Downloads">
<img src="https://img.shields.io/badge/Vue-3.2-blue.svg" alt="Downloads">
<img src="https://img.shields.io/github/license/YunaiV/ruoyi-vue-pro"/>
</p>

**严肃声明:现在、未来都不会有商业版本,所有代码全部开源!!**

**「我喜欢写代码,乐此不疲」**
Expand All @@ -15,8 +21,6 @@
* 启动文档:<https://doc.iocoder.cn/quick-start/>
* 视频教程:<https://doc.iocoder.cn/video/>

已支持 Spring Boot 3.X + JDK 17 版本,可见 [master-boot3](https://gitee.com/zhijiantianya/ruoyi-vue-pro/blob/master/README.md) 分支。

## 🐯 平台简介

**芋道**,以开发者为中心,打造中国第一流的快速开发平台,全部开源,个人与企业可 100% 免费使用。
Expand All @@ -27,6 +31,7 @@
![架构图](/.image/common/ruoyi-vue-pro-architecture.png)

* Java 后端:`master` 分支为 JDK 21 + Spring Boot 3.2.0,`master-jdk8` 分支为 JDK8 + Spring Boot 2.7.18
* 管理后台的电脑端:Vue3 提供 `element-plus``vben(ant-design-vue)` 两个版本,Vue2 提供 `element-ui` 版本
* 管理后台的移动端:采用 `uni-app` 方案,一份代码多终端适配,同时支持 APP、小程序、H5!
* 后端采用 Spring Boot 多模块架构、MySQL + MyBatis Plus、Redis + Redisson
Expand Down Expand Up @@ -69,17 +74,19 @@

## 🐰 分支说明

| | JDK 8 完整版 | JDK 8 精简版 | JDK 17 完整版 |
|-------|-----------------------------------------------------------|--------------------------------------------------------------------|-----------------------------------------------------------------------------|
| 分支 | [`master`](https://gitee.com/zhijiantianya/ruoyi-vue-pro) | [`mini`](https://gitee.com/zhijiantianya/ruoyi-vue-pro/tree/mini/) | [`master-boot3`](https://gitee.com/zhijiantianya/ruoyi-vue-pro/tree/master-boot3/) |
| 说明 | 包括所有功能 | 只保留核心功能 | 适配 Spring Boot 3.X |
| 系统功能 ||||
| 基础设施 ||||
| 会员中心 ||||
| 工作流程 || x ||
| 数据报表 || x | 适配中 |
| 商城系统 || x ||
| 微信公众号 || x ||
### ⬅️ 完整版

【完整版】包括系统功能、基础设施、会员中心、数据报表、工作流程、商城系统、微信公众号、CRM 等功能

* JDK 21 + Spring Boot 3.2.0 版本:<https://gitee.com/zhijiantianya/ruoyi-vue-pro>`master` 分支
* JDK 8 + Spring Boot 2.7.18 版本:<https://gitee.com/zhijiantianya/ruoyi-vue-pro>`master-jdk8` 分支

### ➡️️ 精简版

【精简版】只包括系统功能、基础设施功能,不包括会员中心、数据报表、工作流程、商城系统、微信公众号、CRM 等功能

* JDK 21 + Spring Boot 3.2.0 版本:<https://gitee.com/yudaocode/yudao-boot-mini>`master` 分支
* JDK 8 + Spring Boot 2.7.18 版本:<https://gitee.com/yudaocode/yudao-boot-mini>`master-jdk8` 分支

## 😎 开源协议

Expand Down

0 comments on commit a321805

Please sign in to comment.