Fixed link

This commit is contained in:
Michael Schnell
2019-12-29 10:23:09 +01:00
parent 5e16d0b051
commit 39a6f82d92
3 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
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 [PostgreSQL](https://www.postgresql.org/) database.
## Prerequisites
Make sure you installed everything as described [here](../).
Make sure you installed everything as described [here](../../../).
## Start command / query implementation
Start the command and query microservice.

View File

@@ -2,7 +2,7 @@
Command microservice 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/).
## Prerequisites
Make sure you installed everything as described [here](../../).
Make sure you installed everything as described [here](../../../../).
## Run the command microservice in development mode
1. Open a console (Ubuntu shortcut = ctrl alt t)

View File

@@ -2,7 +2,7 @@
Query microservice 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 [PostgreSQL](https://www.postgresql.org/) database.
## Prerequisites
Make sure you installed everything as described [here](../../).
Make sure you installed everything as described [here](../../../../).
## Run the query microservice in development mode
1. Open a console (Ubuntu shortcut = ctrl alt t)