BAEL-4769 Additions for 'Querying the Query Model in Axon' (#12578)

* Update to latest and include script to start axon server

* Add the two other types of queries

* Add unit and integration tests for the queries

* BAEL-4769 Formatting

Co-authored-by: bipster <openbip@gmail.com>
This commit is contained in:
Gerard Klijs
2022-09-06 20:04:07 +02:00
committed by GitHub
parent c1a759900e
commit 2f9967dcd3
17 changed files with 730 additions and 80 deletions
+6
View File
@@ -2,6 +2,12 @@
This module contains articles about Axon
## Scripts
One script is included to easily start middleware using Docker:
- `start_axon_server.sh` to start an Axon Server instance
### Relevant articles
- [A Guide to the Axon Framework](https://www.baeldung.com/axon-cqrs-event-sourcing)