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

This commit is contained in:
YunaiV
2019-04-06 22:15:30 +08:00
parent 0e26b22e39
commit 1513ca33a7
30 changed files with 191 additions and 1167 deletions

View File

@@ -16,7 +16,21 @@
<artifactId>common-framework</artifactId>
<version>1.0-SNAPSHOT</version>
</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>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</dependency>
</dependencies>
</project>
</project>