Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 479 Bytes

File metadata and controls

9 lines (5 loc) · 479 Bytes

CQRS and Event Sourcing in Spring Boot and Axon

Sample code for CQRS and Event Sourcing in Spring Boot and Axon tutorial.

How to work?

First start AxonServer, after that you can see axon dashboard on http://localhost:8024/.

Start application and follow http://localhost:8080/swagger-ui.html url to see swagger tools, also after run command or query requests you can visit Commands and Queries sections on axon dashboard left menu as countable requests.