Fixed link

This commit is contained in:
Michael Schnell
2019-12-29 10:24:39 +01:00
parent 39a6f82d92
commit 6f719f63ff
3 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
Example applications that uses [Quarkus](https://quarkus.io/), [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 [Quarkus](https://quarkus.io/), [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 [Quarkus](https://quarkus.io/), [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)