Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 268 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 268 Bytes

DDD_Java8

This will contain a simple example on how to implement an aggregate that are validated with bean validation.

  • It will use java 8 features.

  • It will have a full implementation from rest api to an in-memory db.

The api should be testable with postman.