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 9829380 commit b0802a5Copy full SHA for b0802a5
docs/guide/README.md
@@ -12,11 +12,13 @@ createTime: 2024/09/12 20:40:22
12
13
## 伪三层架构
14
15
-mvc 架构作为常规设计模式,在 python web 中也很常见,但是三层架构更令人着迷
+mvc 架构作为常规设计模式,在 python web 中很常见,但是三层架构更令人着迷
16
17
在 python web 开发中,三层架构的概念并没有通用标准,所以这里我们称之为伪三层架构
18
19
-但请注意,我们并没有传统的多应用程序结构(django、springBoot...),如果您不喜欢这种模式,可以使用模板对其进行随意改造!
+但请注意,我们并没有传统的多 app 结构(django、springBoot...),而是[自以为是的 app 结构](#项目结构)
20
+
21
+如果您不喜欢这种模式,可以使用模板对其进行任意改造!
22
23
| 工作流程 | java | fastapi_best_architecture |
24
|------|----------------|---------------------------|
0 commit comments