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

@@ -4,4 +4,5 @@
*
* @see example.inventory.InventoryInternal
*/
@org.springframework.lang.NonNullApi
package example.inventory;