Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 611 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 611 Bytes

Build Status Coverage Status

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'