From b263bc4b79c689aefc6c61fb6a59e035ab82d146 Mon Sep 17 00:00:00 2001 From: Michael Schnell Date: Tue, 31 Dec 2019 11:43:46 +0100 Subject: [PATCH] doc --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 093ea8e..0ab8e72 100644 --- a/README.md +++ b/README.md @@ -61,17 +61,15 @@ Start one command microservice and one query microservice - You can mix Quarkus #### Quarkus Microservices -| Module | | | :------------ | :---- | -| [Command](quarkus/command) | tbd | -| [Query](quarkus/query) | [![Overview](https://raw.github.com/fuinorg/ddd-cqrs-4-java-example/master/quarkus/query/doc/cdi-view-small.png)](quarkus/query) | +| **[Command](quarkus/command)** | tbd | +| **[Query](quarkus/query)** | [![Overview](https://raw.github.com/fuinorg/ddd-cqrs-4-java-example/master/quarkus/query/doc/cdi-view-small.png)](quarkus/query) | #### Spring Boot Microservices -| Module | | | :------------ | :---- | -| [Command](spring-boot/command) | tbd | -| [Query](spring-boot/query) | [![Overview](https://raw.github.com/fuinorg/ddd-cqrs-4-java-example/master/spring-boot/query/doc/spring-view-small.png)](spring-boot/query) | +| **[Command](spring-boot/command)** | tbd | +| **[Query](spring-boot/query)** | [![Overview](https://raw.github.com/fuinorg/ddd-cqrs-4-java-example/master/spring-boot/query/doc/spring-view-small.png)](spring-boot/query) | ### Test