Update README.md

This commit is contained in:
李玉宝 2015-09-21 23:39:47 +08:00
parent 2f9b41b96d
commit fee1baacc4

View File

@ -1,8 +1,13 @@
####系统工程简介:
####系统工程结构:
1.
####系统工程简介:
系统结构图:
![输入图片说明](http://git.oschina.net/uploads/images/2015/0921/233708_a98a6e1c_362401.png "在这里输入图片标题")
####系统工程结构:
1. OpenAuth.Domain 系统领域层
2. OpenAuth.Repository 系统仓储层,用于数据库操作
3. OpenAuth.App 应用层,为界面提供接口
4. OpenAuth.Mvc 采用bootstrap ace admin界面的前端
5. OpenAuth.UnitTest 单元测试