Command microservice that uses Spring Boot, ddd-4-java and cqrs-4-java libraries. Events are stored in an EventStore.
Make sure you installed everything as described here.
- Open a console (Ubuntu shortcut = ctrl alt t)
- Start the command microservice:
cd ddd-cqrs-4-java-example/spring-boot/command ./mvnw spring-boot:run
- Opening http://localhost:8081/ should show the command welcome page
Issues