cqrs4j-spring-example-query
Query microservice that uses Spring Boot, ddd-4-java and cqrs-4-java libraries. Events are stored in an EventStore and the query data is retrieved from a MariaDB database.
Prerequisites
Make sure you installed everything as described here.
Run the query microservice in development mode
- Open a console (Ubuntu shortcut = ctrl alt t)
- Start the query microservice:
cd ddd-cqrs-4-java-example/spring-boot/query ./mvnw spring-boot:run - Opening http://localhost:8080/ should show the query welcome page
Overview
TODO ...
Issues
