diff --git a/README.md b/README.md index a4561a8..f30a226 100644 --- a/README.md +++ b/README.md @@ -62,10 +62,12 @@ Start one command microservice and one query microservice - You can mix Quarkus - Quarkus Microservices - [Command](quarkus/command) - [Query](quarkus/query) + [![Overview](https://raw.github.com/fuinorg/ddd-cqrs-4-java-example/master/spring-boot/query/doc/cdi-view-small.png)](quarkus/query) - Spring Boot Microservices - [Command](spring-boot/command) - [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 1. Open [http://localhost:2113/](http://localhost:2113/) to access the event store UI (User: admin / Password: changeit) diff --git a/quarkus/query/doc/cdi-view-small.png b/quarkus/query/doc/cdi-view-small.png new file mode 100644 index 0000000..95acce1 Binary files /dev/null and b/quarkus/query/doc/cdi-view-small.png differ diff --git a/spring-boot/query/doc/spring-view-small.png b/spring-boot/query/doc/spring-view-small.png new file mode 100644 index 0000000..01af76f Binary files /dev/null and b/spring-boot/query/doc/spring-view-small.png differ