diff --git a/README.md b/README.md index 123df6c2..851b8f32 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,27 @@ * https://doc.xiaonuo.vip +### 架构原理图 +* 业务架构 + +![业务架构](./_images/snowy_biz.png) + +* 应用架构 + +![应用架构](./_images/snowy_application.png) + +* 数据架构 + +![数据架构](./_images/snowy_data.png) + +* 技术架构 + +![技术架构](./_images/snowy_tech.png) + +* 部署架构 + +![部署架构](./_images/snowy_deploy.png) + ### 框架亮点及优势 1. 模块化架构设计,层次清晰,业务层推荐写到单独模块,框架升级不影响业务。 diff --git a/_images/snowy_application.png b/_images/snowy_application.png new file mode 100644 index 00000000..b60669f0 Binary files /dev/null and b/_images/snowy_application.png differ diff --git a/_images/snowy_biz.png b/_images/snowy_biz.png new file mode 100644 index 00000000..8a0b887a Binary files /dev/null and b/_images/snowy_biz.png differ diff --git a/_images/snowy_data.png b/_images/snowy_data.png new file mode 100644 index 00000000..eb7447e1 Binary files /dev/null and b/_images/snowy_data.png differ diff --git a/_images/snowy_deploy.png b/_images/snowy_deploy.png new file mode 100644 index 00000000..11905be6 Binary files /dev/null and b/_images/snowy_deploy.png differ diff --git a/_images/snowy_tech.png b/_images/snowy_tech.png new file mode 100644 index 00000000..ede0599d Binary files /dev/null and b/_images/snowy_tech.png differ