Implementing Event Sourcing Using Axon and Spring Boot – Part 1

In a previous post, we explored various data management patterns for microservices. One of the patterns we discussed was Event Sourcing. In this post, we will take the first step towards implementing Event Sourcing using Axon and Spring Boot.

So here's our plan of action: