后端:去除 product 模块的 setting getting 方法

This commit is contained in:
YunaiV
2019-04-06 21:09:27 +08:00
parent d5ac7ea8a7
commit fa2f76f5ea
4 changed files with 21 additions and 65 deletions

View File

@@ -22,6 +22,15 @@
<groupId>org.hibernate.validator</groupId>
<artifactId>hibernate-validator</artifactId>
</dependency>
<dependency>
<groupId>org.mapstruct</groupId>
<artifactId>mapstruct</artifactId> <!-- use mapstruct-jdk8 for Java 8 or higher -->
</dependency>
<dependency>
<groupId>org.mapstruct</groupId>
<artifactId>mapstruct-jdk8</artifactId>
</dependency>
</dependencies>
</project>
</project>