We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c14f457 commit 5845f64Copy full SHA for 5845f64
docs/backend/summary/intro.md
@@ -20,6 +20,16 @@ mvc 架构作为常规设计模式,在 python web 中很常见,但是三层
20
| 数据访问 | dao / mapper | crud |
21
| 模型 | entity | model |
22
23
+## 微服务架构
24
+
25
+fba 不提供且永不提供此架构模式,fba 将所有服务整合在 [backend/app](#项目结构)
26
+目录下,以不同的文件夹进行区分。如果您是一名微服务架构粉丝,我们推荐您使用 [kinit](https://gitee.com/ktianc/kinit)
27
+,它完全遵循微服务架构理念进行设计,并且拥有大量的社区用户
28
29
+::: note
30
+此推荐无任何商业性质,一切都基于我们对 kinit 的欣赏,希望作者能尽快发行新版本,让我们一起期待吧 🤗
31
+:::
32
33
## 特性
34
35
- [x] 全局 FastAPI PEP 593 Annotated 参数风格
0 commit comments