From 97adcfab460c23aced659f026db1ec5d08a77f9a Mon Sep 17 00:00:00 2001 From: "Ray.Hao" <1490493387@qq.com> Date: Sun, 19 Jul 2026 09:39:16 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E7=BB=9F=E4=B8=80=E5=90=8E=E7=AB=AF?= =?UTF-8?q?=E7=94=9F=E6=80=81=E7=9F=A9=E9=98=B5=EF=BC=88=E8=A1=A5=20FastAP?= =?UTF-8?q?I=E3=80=81=E4=BF=AE=E6=AD=A3=E5=9D=8F=E9=93=BE=E3=80=81?= =?UTF-8?q?=E7=BB=9F=E4=B8=80=208=20=E8=A1=8C=E9=A1=BA=E5=BA=8F=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 补齐 FastAPI、修正 youlai-thinkphp/youlai-rust 坏链 - 统一 8 行顺序:boot/nest/gin/django/fastapi/think/aspnet/axum - 计数由七种改为八种后端 --- README.en-US.md | 7 ++++--- README.md | 8 +++++--- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/README.en-US.md b/README.en-US.md index ee133d15..b1ff2872 100644 --- a/README.en-US.md +++ b/README.en-US.md @@ -86,16 +86,17 @@ | Project | Tech Stack | Description | |:-----|:-------|:-----| -| [youlai-boot](https://gitee.com/youlaiorg/youlai-boot) | Spring Boot + MyBatis-Plus | Java Backend (Main) | +| [youlai-boot](https://gitee.com/youlaiorg/youlai-boot) | Spring Boot 4 + MyBatis-Plus | Java (recommended) | | [youlai-nest](https://gitee.com/youlaiorg/youlai-nest) | NestJS + TypeORM | Node.js | | [youlai-gin](https://gitee.com/youlaiorg/youlai-gin) | Go + Gorm | Go | | [youlai-django](https://gitee.com/youlaiorg/youlai-django) | Django + DRF | Python | +| [youlai-fastapi](https://gitee.com/youlaiorg/youlai-fastapi) | FastAPI + SQLAlchemy | Python | | [youlai-think](https://gitee.com/youlaiorg/youlai-think) | ThinkPHP 8 | PHP | | [youlai-aspnet](https://gitee.com/youlaiorg/youlai-aspnet) | ASP.NET Core | C# | - +| [youlai-axum](https://gitee.com/youlaiorg/youlai-axum) | Axum + SeaORM | Rust | > **youlai-boot** also provides variants: [Multi-tenant](https://gitee.com/youlaiorg/youlai-boot-tenant) · [MyBatis-Flex](https://gitee.com/youlaiorg/youlai-boot-flex) · [Spring Boot 3](https://gitee.com/youlaiorg/youlai-boot/tree/spring-boot-3) · [PostgreSQL](https://gitee.com/youlaiorg/youlai-boot/tree/db-pg) · [Multi-module](https://gitee.com/youlaiorg/youlai-boot/tree/multi-module) > -> All six backends share the same **RESTful API** and **database schema**, frontends can switch seamlessly. +> All eight backends share the same **RESTful API** and **database schema**, frontends can switch seamlessly. ## Development Guide diff --git a/README.md b/README.md index 6ad833b3..0eb81994 100644 --- a/README.md +++ b/README.md @@ -87,16 +87,18 @@ | 项目 | 技术栈 | 说明 | |:-----|:-------|:-----| -| [youlai-boot](https://gitee.com/youlaiorg/youlai-boot) | Spring Boot + MyBatis-Plus | Java 后端(主推) | +| [youlai-boot](https://gitee.com/youlaiorg/youlai-boot) | Spring Boot 4 + MyBatis-Plus | Java(主推) | | [youlai-nest](https://gitee.com/youlaiorg/youlai-nest) | NestJS + TypeORM | Node.js | | [youlai-gin](https://gitee.com/youlaiorg/youlai-gin) | Go + Gorm | Go | | [youlai-django](https://gitee.com/youlaiorg/youlai-django) | Django + DRF | Python | +| [youlai-fastapi](https://gitee.com/youlaiorg/youlai-fastapi) | FastAPI + SQLAlchemy | Python | | [youlai-think](https://gitee.com/youlaiorg/youlai-think) | ThinkPHP 8 | PHP | | [youlai-aspnet](https://gitee.com/youlaiorg/youlai-aspnet) | ASP.NET Core | C# | +| [youlai-axum](https://gitee.com/youlaiorg/youlai-axum) | Axum + SeaORM | Rust | > **youlai-boot** 还提供以下变种和分支版本:[多租户](https://gitee.com/youlaiorg/youlai-boot-tenant)(Spring Boot 4)· [MyBatis-Flex](https://gitee.com/youlaiorg/youlai-boot-flex)(Spring Boot 4)· [Spring Boot 3](https://gitee.com/youlaiorg/youlai-boot/tree/spring-boot-3) · [PostgreSQL](https://gitee.com/youlaiorg/youlai-boot/tree/db-pg) · [多模块](https://gitee.com/youlaiorg/youlai-boot/tree/multi-module) > -> 六种后端共享同一套 **RESTful API 规范** 和 **数据库结构**,前端可无缝切换。 +> 八种后端共享同一套 **RESTful API 规范** 和 **数据库结构**,前端可无缝切换。 ## 开发指南 @@ -238,7 +240,7 @@ Thanks to all the contributors!
- ![]() + ![]() 公众号「有来技术」 |