Skip to content

Commit

Permalink
初始项目信息导入
Browse files Browse the repository at this point in the history
  • Loading branch information
zhh committed Apr 13, 2018
0 parents commit 42d8ff5
Show file tree
Hide file tree
Showing 293 changed files with 92,543 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Maven #
target/

# IDEA #
.idea/
*.iml

# Eclipse #
.settings/
.classpath
.project
30 changes: 30 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# mall

### 技术选型

#### 后端技术:
技术 | 名称
----|----
Spring Boot | 容器+MVC框架
Spring Security | 认证和授权框架
MyBatis | ORM框架
MyBatisGenerator | 代码生成
PageHelper | MyBatis物理分页插件
Thymeleaf | 模板引擎
Swagger-UI | 文档生产工具
Fluent-validator | 验证框架

####框架搭建
功能 | 完成
----|----
集成MyBatis | ✔
集成MyBatisGenerator | ✔
集成SpringSecurity | ✔
集成Swagger-UI |
集成Hibernator-Validator | ✔
对通用返回结果进行封装 | ✔
crud操作demo | ✔
添加分页查询功能 | ✔
集成日志功能 | ✔
集成监控功能 | ✔
包结构调整 | ✔
Binary file added document/mind/促销.emmx
Binary file not shown.
Binary file added document/mind/内容.emmx
Binary file not shown.
Binary file added document/mind/商品.emmx
Binary file not shown.
Binary file added document/mind/用户.emmx
Binary file not shown.
Binary file added document/mind/订单.emmx
Binary file not shown.
Binary file added document/mind/首页.emmx
Binary file not shown.
Loading

0 comments on commit 42d8ff5

Please sign in to comment.