Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 559 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 559 Bytes

cqrs4j-quarkus-example

Example applications that uses Quarkus, 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.

Start command / query implementation

Start the command and query microservice.