Skip to content

Commit 5845f64

Browse files
committed
update docs
1 parent c14f457 commit 5845f64

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/backend/summary/intro.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,16 @@ mvc 架构作为常规设计模式,在 python web 中很常见,但是三层
2020
| 数据访问 | dao / mapper | crud |
2121
| 模型 | entity | model |
2222

23+
## 微服务架构
24+
25+
fba 不提供且永不提供此架构模式,fba 将所有服务整合在 [backend/app](#项目结构)
26+
目录下,以不同的文件夹进行区分。如果您是一名微服务架构粉丝,我们推荐您使用 [kinit](https://gitee.com/ktianc/kinit)
27+
,它完全遵循微服务架构理念进行设计,并且拥有大量的社区用户
28+
29+
::: note
30+
此推荐无任何商业性质,一切都基于我们对 kinit 的欣赏,希望作者能尽快发行新版本,让我们一起期待吧 🤗
31+
:::
32+
2333
## 特性
2434

2535
- [x] 全局 FastAPI PEP 593 Annotated 参数风格

0 commit comments

Comments
 (0)