Merge branch 'master' into unit-of-work-pattern

This commit is contained in:
Piyush Kailash Chaudhari
2017-09-24 13:47:40 +05:30
committed by GitHub
23 changed files with 802 additions and 287 deletions
+4 -1
View File
@@ -145,8 +145,9 @@
<module>cqrs</module>
<module>event-sourcing</module>
<module>data-transfer-object</module>
<module>throttling</module>
<module>throttling</module>
<module>unit-of-work</module>
<module>partial-response</module>
</modules>
<dependencyManagement>
@@ -474,6 +475,8 @@
<param>decorator</param>
<param>facade</param>
<param>flyweight</param>
<param>proxy</param>
<param>chain</param>
</skipForProjects>
</configuration>
</plugin>