Fixed link
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user