Formatting

This commit is contained in:
Michael Schnell
2019-12-31 12:22:56 +01:00
parent 01130d3cd4
commit a934b7d08a

View File

@@ -2,7 +2,9 @@
Example applications and microservices that use [ddd-4-java](https://github.com/fuinorg/ddd-4-java) and [cqrs-4-java](https://github.com/fuinorg/cqrs-4-java) libraries and an [EventStore](https://eventstore.org/) to store the events (Event Sourcing).
## Background
This application shows how to implement DDD/CQRS without a framework, just with a few small libraries. Here is a short architectural overview of how a CQRS/Event Sourced application looks like:
This application shows how to implement DDD/CQRS without a framework, just with a few small libraries.
Here is a short architectural overview of how a CQRS/Event Sourced application looks like:
[![Overview](https://raw.github.com/fuinorg/ddd-cqrs-4-java-example/master/doc/cqrs-overview-small.png)](doc/cqrs-overview.png)
## Components