Axon Framework
Event Sourcing CQRS using Spring Boot, RabbitMQ and Axon – Part 2
In the previous post, we understood the concept of Event Sourcing CQRS. Also, we made a plan for building a sample application using these concepts. We also discussed the tech stack for building such an application. Now, we need to implement Event Sourcing with Spring Boot Axon. Below is our Read more…