Gotham-Village / welcome-clerk

A blank DDD Aggregate
MIT License
0 stars 0 forks source link

Document Spring Boot type of a DDD Aggregate #56

Closed rdd13r closed 11 months ago

rdd13r commented 1 year ago

There are several ways to implement behavior rich DDD Aggregates. One of the popular approaches is to use Spring Boot Data REST Repository and enrich with private behavior. This approach needs a working example and incorporation into the project.

Collecting relevant documentation is the initial step.