ddd-applied-demo Eventsourced DDD example implementation using Spring Boot 2 and Kotlin. usage get all accounts curl http://localhost:8080/accounts create account curl http://localhost:8080/accounts -X POST -d '{"holder": {"name": "test"}}' -H 'Content-Type: application/json'