This commit is contained in:
shuzheng 2016-12-01 11:26:45 +08:00
parent 3cfdce25a6
commit 319d67a306
1 changed files with 8 additions and 8 deletions

View File

@ -3,14 +3,14 @@
# 介绍
```
zheng
├── zheng-common 公共模块
├── zheng-cms 内容管理系统
| ├── zheng-cms-dao 数据库MyBatisGenerator操作
| ├── zheng-cms-service 业务逻辑
| ├── zheng-cms-search 搜索服务
| ├── zheng-cms-job 消息队列、任务调度等
| ├── zheng-cms-admin CMS后台管理
| └── zheng-cms-web CMS网站前台
├── zheng-common [公共模块]
├── zheng-cms [内容管理系统]
| ├── zheng-cms-dao [数据库MyBatisGenerator操作]
| ├── zheng-cms-service [业务逻辑]
| ├── zheng-cms-search [搜索服务]
| ├── zheng-cms-job [消息队列、任务调度等]
| ├── zheng-cms-admin [CMS后台管理]
| └── zheng-cms-web [CMS网站前台]
├── zheng-qa 问答系统
| ├── zheng-qa-dao
| ├── zheng-qa-service