Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-clan committed Sep 23, 2024
1 parent 9829380 commit b0802a5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/guide/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,13 @@ createTime: 2024/09/12 20:40:22

## 伪三层架构

mvc 架构作为常规设计模式,在 python web 中也很常见,但是三层架构更令人着迷
mvc 架构作为常规设计模式,在 python web 中很常见,但是三层架构更令人着迷

在 python web 开发中,三层架构的概念并没有通用标准,所以这里我们称之为伪三层架构

但请注意,我们并没有传统的多应用程序结构(django、springBoot...),如果您不喜欢这种模式,可以使用模板对其进行随意改造!
但请注意,我们并没有传统的多 app 结构(django、springBoot...),而是[自以为是的 app 结构](#项目结构)

如果您不喜欢这种模式,可以使用模板对其进行任意改造!

| 工作流程 | java | fastapi_best_architecture |
|------|----------------|---------------------------|
Expand Down

0 comments on commit b0802a5

Please sign in to comment.