From c3703acaeac83f3217fbc71c37bc785140cbada6 Mon Sep 17 00:00:00 2001 From: Michael Schnell Date: Tue, 31 Dec 2019 11:41:18 +0100 Subject: [PATCH] doc --- README.md | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 38188ae..093ea8e 100644 --- a/README.md +++ b/README.md @@ -59,15 +59,18 @@ The **[lubuntu-developer-vm](https://github.com/fuinorg/lubuntu-developer-vm)** ### Start command / query implementations Start one command microservice and one query microservice - You can mix Quarkus & Spring Boot! -- Quarkus Microservices - - [Command](quarkus/command) - - | [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 +#### Quarkus Microservices -| Module | | -| ------------- | ------------- | -| [Command](spring-boot/command) | Content Cell | +| 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) | + +#### 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) |