An open API service indexing awesome lists of open source software.

https://github.com/codedrivenmitch/axon-102

Code for the Axon 102 series blog post
https://github.com/codedrivenmitch/axon-102

Last synced: about 2 months ago
JSON representation

Code for the Axon 102 series blog post

Awesome Lists containing this project

README

        

# Axon Framework 102 example code
Code for the Axon 102 series blog post on [blog.codecentric.de](https://blog.codecentric.de).
It focuses on explaining some more advances concepts of Axon Framework, as well as propose solutions for common problems when working with it.

The following blogs of the series have been released so far:

- [Dealing with personal data](https://blog.codecentric.de/en/2021/05/axon-framework-102-dealing-with-personal-data/)

Each maven module correlates to a blog post and contains all the code needed for a working example.
Most will contain a DemoRunner in the main package which demonstrates the concept and then exists the process.