From 7189c199148f950e88756bfd30ba1243a898d1b0 Mon Sep 17 00:00:00 2001 From: Asjad J <97493880+Asjad-J@users.noreply.github.com> Date: Sat, 17 Sep 2022 08:33:03 +0500 Subject: [PATCH] Updated README.md added link back to the article: https://www.baeldung.com/axon-query-dispatching/ --- axon/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/axon/README.md b/axon/README.md index 493aebd822..6d3ef4a503 100644 --- a/axon/README.md +++ b/axon/README.md @@ -13,3 +13,4 @@ One script is included to easily start middleware using Docker: - [A Guide to the Axon Framework](https://www.baeldung.com/axon-cqrs-event-sourcing) - [Multi-Entity Aggregates in Axon](https://www.baeldung.com/java-axon-multi-entity-aggregates) - [Snapshotting Aggregates in Axon](https://www.baeldung.com/axon-snapshotting-aggregates) +- [Dispatching Queries in Axon Framework](https://www.baeldung.com/axon-query-dispatching/)