forked from macrozheng/mall
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
zhh
committed
Apr 13, 2018
0 parents
commit 42d8ff5
Showing
293 changed files
with
92,543 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Maven # | ||
target/ | ||
|
||
# IDEA # | ||
.idea/ | ||
*.iml | ||
|
||
# Eclipse # | ||
.settings/ | ||
.classpath | ||
.project |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.