modified nested mapping section

This commit is contained in:
jesus-dayo
2016-08-17 18:02:45 +08:00
parent 5663f044c6
commit 55ea01d4bd
15 changed files with 350 additions and 191 deletions
+11
View File
@@ -24,6 +24,17 @@
<version>4.12</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>4.3.2.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<version>4.3.2.RELEASE</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<finalName>mapstruct</finalName>