Files
Michael Schnell 1de9913cc0 Release 0.1.0
2020-01-04 10:49:59 +01:00
..
2019-12-29 11:18:17 +01:00
2019-12-31 11:33:47 +01:00
2019-12-31 08:38:03 +01:00
2019-12-29 11:18:17 +01:00
2019-12-29 11:18:17 +01:00
2020-01-04 10:49:59 +01:00
2019-12-31 11:26:09 +01:00

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

  1. Open a console (Ubuntu shortcut = ctrl alt t)
  2. Start the query microservice:
    cd ddd-cqrs-4-java-example/spring-boot/query
    ./mvnw spring-boot:run
    
  3. Opening http://localhost:8080/ should show the query welcome page

Overview

Overview

TODO ...

Issues