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

This commit is contained in:
YunaiV
2019-04-06 21:31:03 +08:00
parent fa2f76f5ea
commit 652fc37489
57 changed files with 325 additions and 2226 deletions

View File

@@ -19,8 +19,8 @@
</dependency>
<dependency>
<groupId>org.hibernate.validator</groupId>
<artifactId>hibernate-validator</artifactId>
<groupId>javax.validation</groupId>
<artifactId>validation-api</artifactId>
</dependency>
<dependency>
@@ -31,6 +31,10 @@
<groupId>org.mapstruct</groupId>
<artifactId>mapstruct-jdk8</artifactId>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</dependency>
</dependencies>
</project>