- 增加api分类

This commit is contained in:
sin
2019-05-05 19:47:16 +08:00
parent 31105cc547
commit 83a3689088
2 changed files with 29 additions and 25 deletions

View File

@@ -17,12 +17,10 @@
<artifactId>common-framework</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>javax.validation</groupId>
<artifactId>validation-api</artifactId>
</dependency>
<dependency>
<groupId>org.mapstruct</groupId>
<artifactId>mapstruct</artifactId> <!-- use mapstruct-jdk8 for Java 8 or higher -->
@@ -37,5 +35,4 @@
</dependency>
</dependencies>
</project>