'AxonIQ doesn't show domain_event table and other table shows nothing

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:

enter image description here

Nothing is stored in DB. This is surprising and confusing to understand from where values are actually coming from. What is happening here?

Code: https://github.com/javaHelper/cqrs-and-event-sourcing-axoniq/tree/main/event-sourcing-axon-spring-boot

enter image description here



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source