GH-156 - Polish example.

Add sample documentation. Reintroduce Lombok to avoid boilerplate. Use jMolecules DDD abstractions to represent aggregates. Use Scenario API in test cases.
This commit is contained in:
Oliver Drotbohm
2023-03-03 23:50:59 +01:00
parent 45d51dd9d5
commit 52323720a8
10 changed files with 80 additions and 59 deletions

View File

@@ -72,6 +72,11 @@
<!-- jMolecules -->
<dependency>
<groupId>org.jmolecules</groupId>
<artifactId>jmolecules-ddd</artifactId>
</dependency>
<dependency>
<groupId>org.jmolecules</groupId>
<artifactId>jmolecules-events</artifactId>
@@ -112,6 +117,12 @@
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>
<repositories>