This commit is contained in:
shuzheng 2016-12-01 11:25:34 +08:00
parent e91dd3a8a6
commit 3cfdce25a6
1 changed files with 6 additions and 4 deletions

View File

@ -5,10 +5,12 @@
zheng
├── zheng-common 公共模块
├── zheng-cms 内容管理系统
| ├── zheng-cms-dao
| ├── zheng-cms-service
| ├── zheng-cms-job
| └── zheng-cms-web
| ├── 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