From 10d245afc3dbc4236d0f36186213919fc4df7413 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Fri, 8 Dec 2023 22:17:13 +0800 Subject: [PATCH 1/4] =?UTF-8?q?=F0=9F=90=9B=20=E7=A7=BB=E9=99=A4=E5=A4=9A?= =?UTF-8?q?=E4=BD=99=E7=9A=84=20yudao-spring-boot-starter-security=20?= =?UTF-8?q?=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../yudao-spring-boot-starter-websocket/pom.xml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/yudao-framework/yudao-spring-boot-starter-websocket/pom.xml b/yudao-framework/yudao-spring-boot-starter-websocket/pom.xml index b18ee4783..b534f10d3 100644 --- a/yudao-framework/yudao-spring-boot-starter-websocket/pom.xml +++ b/yudao-framework/yudao-spring-boot-starter-websocket/pom.xml @@ -38,17 +38,6 @@ spring-boot-starter-websocket - - - - cn.iocoder.boot - yudao-spring-boot-starter-security - provided - - cn.iocoder.boot From 8c67d1d0ba3259b27dbde8568d4db79d4967ef45 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Sat, 9 Dec 2023 01:05:25 +0800 Subject: [PATCH 2/4] =?UTF-8?q?=E2=9C=A8=20=E5=A2=9E=E5=8A=A0=E3=80=8A?= =?UTF-8?q?=E8=BF=81=E7=A7=BB=E5=8A=9F=E8=83=BD=E5=88=B0=E7=B2=BE=E7=AE=80?= =?UTF-8?q?=E7=89=88=E3=80=8B=E7=9A=84=E8=AF=B4=E6=98=8E=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 23fa09d6f..f59f99b2c 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,8 @@ * JDK 21 + Spring Boot 3.2.0 版本: 的 `master` 分支 * JDK 8 + Spring Boot 2.7.18 版本: 的 `master-jdk8` 分支 +如果你想把【完整版】的功能,迁移到【精简版】,可以参考 [《迁移功能到精简版》](https://doc.iocoder.cn/migrate-module/) 文档。 + ## 😎 开源协议 **为什么推荐使用本项目?** From d2c071bbb676bec834f60c81cd46863898a0ab45 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Tue, 12 Dec 2023 12:17:50 +0800 Subject: [PATCH 3/4] =?UTF-8?q?=E2=9C=A8=20=E8=80=83=E8=99=91=E5=88=B0?= =?UTF-8?q?=E5=A4=A7=E5=AE=B6=E7=9A=84=E6=8E=A5=E5=8F=97=E5=BA=A6=EF=BC=8C?= =?UTF-8?q?master=20=E8=BF=98=E6=98=AF=E4=BF=9D=E6=8C=81=20jdk8=20?= =?UTF-8?q?=E7=89=88=E6=9C=AC=EF=BC=88=E7=A8=B3=E5=AE=9A=EF=BC=89=EF=BC=8C?= =?UTF-8?q?master-jdk21=20=E4=BD=BF=E7=94=A8=20jdk21=20=E7=89=88=E6=9C=AC?= =?UTF-8?q?=EF=BC=88=E5=88=9B=E6=96=B0=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f59f99b2c..35a1e89b5 100644 --- a/README.md +++ b/README.md @@ -78,15 +78,17 @@ 【完整版】包括系统功能、基础设施、会员中心、数据报表、工作流程、商城系统、微信公众号、CRM 等功能 -* JDK 21 + Spring Boot 3.2.0 版本: 的 `master` 分支 -* JDK 8 + Spring Boot 2.7.18 版本: 的 `master-jdk8` 分支 +* JDK 8 + Spring Boot 2.7.18 版本: 的 `master` 分支 +* JDK 21 + Spring Boot 3.2.0 版本: 的 `master-jdk21` 分支 + +两个分支的功能是一致的,可以放心使用! ### ➡️️ 精简版 【精简版】只包括系统功能、基础设施功能,不包括会员中心、数据报表、工作流程、商城系统、微信公众号、CRM 等功能 -* JDK 21 + Spring Boot 3.2.0 版本: 的 `master` 分支 -* JDK 8 + Spring Boot 2.7.18 版本: 的 `master-jdk8` 分支 +* JDK 8 + Spring Boot 2.7.18 版本: 的 `master` 分支 +* JDK 21 + Spring Boot 3.2.0 版本: 的 `master-jdk21` 分支 如果你想把【完整版】的功能,迁移到【精简版】,可以参考 [《迁移功能到精简版》](https://doc.iocoder.cn/migrate-module/) 文档。 From a7189e74257ee12b9920eab91674e79fc1434d6e Mon Sep 17 00:00:00 2001 From: YunaiV Date: Tue, 12 Dec 2023 12:21:38 +0800 Subject: [PATCH 4/4] =?UTF-8?q?=E2=9C=A8=20=E8=80=83=E8=99=91=E5=88=B0?= =?UTF-8?q?=E5=A4=A7=E5=AE=B6=E7=9A=84=E6=8E=A5=E5=8F=97=E5=BA=A6=EF=BC=8C?= =?UTF-8?q?master=20=E8=BF=98=E6=98=AF=E4=BF=9D=E6=8C=81=20jdk8=20?= =?UTF-8?q?=E7=89=88=E6=9C=AC=EF=BC=88=E7=A8=B3=E5=AE=9A=EF=BC=89=EF=BC=8C?= =?UTF-8?q?master-jdk21=20=E4=BD=BF=E7=94=A8=20jdk21=20=E7=89=88=E6=9C=AC?= =?UTF-8?q?=EF=BC=88=E5=88=9B=E6=96=B0=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 35a1e89b5..2ae3cf9ce 100644 --- a/README.md +++ b/README.md @@ -31,7 +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 +* Java 后端:`master` 分支为 JDK 8 + Spring Boot 2.7.18,`master-jdk21` 分支为 JDK21 + Spring Boot 3.2.0 * 管理后台的电脑端:Vue3 提供 `element-plus`、`vben(ant-design-vue)` 两个版本,Vue2 提供 `element-ui` 版本 * 管理后台的移动端:采用 `uni-app` 方案,一份代码多终端适配,同时支持 APP、小程序、H5! * 后端采用 Spring Boot 多模块架构、MySQL + MyBatis Plus、Redis + Redisson