Files
Michael Schnell 1de9913cc0 Release 0.1.0
2020-01-04 10:49:59 +01:00
..
2019-12-31 08:21:04 +01:00
2020-01-04 10:49:59 +01:00
2019-12-31 09:33:43 +01:00

cqrs4j-example-aggregates

DDD related code for all demo applications (aggregates, entities and business exceptions).

⚠️ Normally you should not share code this way between your command microservices. A shared-nothing approach is a good practice for microservices (See for example Don't Share Libraries among Microservices). You can simply copy the content of this module directly into your command project.