From 692bab1926d30208e7f2cd08d08eeabf8daef55d Mon Sep 17 00:00:00 2001 From: YunaiV Date: Sat, 9 Dec 2023 00:58:03 +0800 Subject: [PATCH] =?UTF-8?q?=E2=AC=87=EF=B8=8F=20=E4=BF=9D=E6=8C=81=20JDK8?= =?UTF-8?q?=20+=20Spring=20Boot=202.7.18=20=E6=8C=81=E7=BB=AD=E7=BB=B4?= =?UTF-8?q?=E6=8A=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index a2c8bc986..140ff1a8f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ +

+ Coverage Status + Downloads + Downloads + Downloads +

+ **严肃声明:现在、未来都不会有商业版本,所有代码全部开源!** **「我喜欢写代码,乐此不疲」** @@ -25,6 +32,7 @@ ![架构图](/.image/common/yudao-cloud-architecture.png) +* Java 后端:`master` 分支为 JDK 21 + Spring Boot 3.2.0,`master-jdk8` 分支为 JDK8 + Spring Boot 2.7.18 * 管理后台的电脑端:Vue3 提供 [element-plus](https://gitee.com/yudaocode/yudao-ui-admin-vue3)、[vben(ant-design-vue)](https://gitee.com/yudaocode/yudao-ui-admin-vben) 两个版本,Vue2 提供 [element-ui](https://gitee.com/zhijiantianya/ruoyi-vue-pro/tree/master/yudao-ui-admin) 版本 * 管理后台的移动端:采用 [uni-app](https://github.com/dcloudio/uni-app) 方案,一份代码多终端适配,同时支持 APP、小程序、H5! * 后端采用 Spring Cloud Alibaba 微服务架构,注册中心 + 配置中心 Nacos,定时任务 XXL-Job,服务保障 Sentinel,服务网关 Gateway,分布式事务 Seata @@ -66,17 +74,8 @@ ## 🐰 分支说明 -| | JDK 8 完整版 | JDK 17 完整版 | -|-------|---------------------------------------------------------|----------------------------------------------------------------------------------| -| 分支 | [`master`](https://gitee.com/zhijiantianya/yudao-cloud) | [`master-boot3`](https://gitee.com/zhijiantianya/yudao-cloud/tree/master-boot3/) | -| 说明 | 包括所有功能 | 适配 Spring Boot 3.X | -| 系统功能 | √ | √ | -| 基础设施 | √ | √ | -| 会员中心 | √ | √ | -| 工作流程 | √ | √ | -| 数据报表 | √ | 适配中 | -| 商城系统 | √ | √ | -| 微信公众号 | √ | √ | +* JDK 21 + Spring Boot 3.2.0 版本: 的 `master` 分支 +* JDK 8 + Spring Boot 2.7.18 版本: 的 `master-jdk8` 分支 ## 😎 开源协议