引入dto与entity转换类,同时增加CheckinGroup做具体示例。

This commit is contained in:
zhouxiunai
2018-10-30 15:44:03 +08:00
parent 9f060c4157
commit 370c43e12b
4 changed files with 65 additions and 2 deletions
+11
View File
@@ -70,6 +70,12 @@
<groupId>io.springfox</groupId>
<artifactId>springfox-swagger2</artifactId>
<version>2.7.0</version>
<exclusions>
<exclusion>
<groupId>org.mapstruct</groupId>
<artifactId>mapstruct</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
@@ -84,6 +90,11 @@
<version>1.8.5</version>
</dependency>
<dependency>
<groupId>org.mapstruct</groupId>
<artifactId>mapstruct-jdk8</artifactId>
<version>${org.mapstruct.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>