diff --git a/README.md b/README.md index 0a7acc1..13f8e61 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,8 @@ ## 项目介绍 `mall`项目是一套电商系统,包括前台商城系统及后台管理系统,基于SpringBoot+MyBatis实现。 -前台商城系统包含用户中心、会员成长、优惠券、积分、运营推广、内容推荐、商品展示、订单流程、订单管理、售后及服务等模块。 -后台管理系统包含商品、订单、用户、促销、运营、内容、统计、财务、设置、权限等管理系统模块。 +前台商城系统包含首页门户、商品推荐、商品搜索、商品展示、购物车、订单流程、会员中心、客户服务、帮助中心等模块。 +后台管理系统包含商品、订单、用户、促销、运营、内容、统计、财务、设置、权限等管理模块。 ### 项目演示 @@ -73,6 +73,8 @@ nprogress | 进度条控件 | [https://github.com/rstacruz/nprogress](https://gi ##### 业务架构图 +![系统架构图](document/resource/mall_business_arch.png) + #### 模块介绍 ##### 后台管理系统 `mall-admin` diff --git a/document/resource/mall_business_arch.png b/document/resource/mall_business_arch.png new file mode 100644 index 0000000..b932cd1 Binary files /dev/null and b/document/resource/mall_business_arch.png differ