diff --git a/spring-boot/query/README.md b/spring-boot/query/README.md index e67d97e..1dfc0ec 100644 --- a/spring-boot/query/README.md +++ b/spring-boot/query/README.md @@ -13,6 +13,8 @@ Make sure you installed everything as described [here](../../../../). ``` 3. Opening [http://localhost:8080/](http://localhost:8080/) should show the query welcome page +## Overview +![Overview](https://raw.github.com/fuinorg/ddd-cqrs-4-java-example/master/spring-boot/query/doc/spring-view.png) # TODO ... diff --git a/spring-boot/query/doc/spring-view.png b/spring-boot/query/doc/spring-view.png new file mode 100644 index 0000000..b6d6644 Binary files /dev/null and b/spring-boot/query/doc/spring-view.png differ