Skip to content

v1.2.0

Compare
Choose a tag to compare
@stefan-ka stefan-ka released this 21 Nov 22:17
· 32 commits to master since this release
7917e2a

Changes in v1.2.0:

  • Adjustments in the Spring Boot discovery strategy:
    • The data transfer objects of the resources are mapped to value objects and not entities.
    • One aggregate root entity is generated for each discovered aggregate.
    • The methods of the RESTful HTTP resources are mapped to CML methods within the aggregate root.
    • Example aggregate with root entity and methods:

image