A Spring Boot application for showing the basic usage of Axon 4.1 for a demo showcase in the domain of Cloud-based Mobile Payment.
Contains the commands, queries and events used by the application.
Contains the domain models for a Token & Replenishment.
Contains the API controllers for the SDK, Token Service Integrator & Reporting.
Contains the query models for the SDK & Reporting.
Contains Axon MessageDispatchInterceptor's for logging commands, queries and events dispatched in the by the application.
Import the Axon Replenishment Demo.postman_collection.json in Postman and execute it via the Collection Runner.
- Does not use Axon Server
- No data is persisted: InMemoryEventStorageEngine is configured for Axon; query models cache data.