Files
Michael Schnell 79612963bb changed to mariadb
2019-12-29 10:30:57 +01:00

11 lines
582 B
Markdown

# cqrs4j-spring-example
Example applications that uses [Spring Boot](https://spring.io/projects/spring-boot/), [ddd-4-java](https://github.com/fuinorg/ddd-4-java) and [cqrs-4-java](https://github.com/fuinorg/cqrs-4-java) libraries. Events are stored in an [EventStore](https://eventstore.org/) and the query data is retrieved from a [MariaDB](https://mariadb.org/) database.
## Prerequisites
Make sure you installed everything as described [here](../../../).
## Start command / query implementation
Start the command and query microservice.
- [Command](command)
- [Query](query)