- 后端:基于新的代码规范,和 mybatis-plus 框架,重构 admin 框架

This commit is contained in:
YunaiV
2019-05-15 00:34:08 +08:00
parent 3135aad31f
commit 8e18547dda
24 changed files with 136 additions and 129 deletions

View File

@@ -19,6 +19,12 @@
<version>1.0-SNAPSHOT</version>
</dependency>
<!-- Web 相关 -->
<dependency>
<groupId>io.springfox</groupId>
<artifactId>springfox-swagger2</artifactId>
</dependency>
<!-- 工具类相关 -->
<dependency>
<groupId>org.mapstruct</groupId>