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
- Host: GitHub
- URL: https://github.com/codedrivenmitch/axon-102
- Owner: CodeDrivenMitch
- License: mit
- Created: 2021-05-06T11:34:11.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-27T05:49:33.000Z (almost 4 years ago)
- Last Synced: 2025-01-31T15:11:10.758Z (4 months ago)
- Language: Kotlin
- Size: 17.6 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.