Pattern language for mapping commands to domain model

This commit is contained in:
Kenny Bastani
2016-12-28 14:00:55 -05:00
parent 1418ee2bbf
commit 55cf52132a
21 changed files with 608 additions and 156 deletions

View File

@@ -47,5 +47,10 @@
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-commons</artifactId>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</dependency>
</dependencies>
</project>