I'd like to extend this question here: DOMAIN_EVENT_ENTRY table is not created by AXON, I am using Spring Boot v2.6.3 and axon-spring-boot-starter 4.5.8 latest.
I can see that POST, PUT and GET operations through API is working fine, but I don't see anything is getting saved to DB.
My source code link:
Nothing is stored in DB. This is surprising and confusing to understand from where values are actually coming from. What is happening here?