Payment Service Involves the user verification, and settlement of transactions and on the basis of that executes the PaymentCancelEvent or PaymentApprovedEvent.
We must set up Axon Server to handle command and query operations, and configure MySQL as the persistent store destination.
- Setup axon-server and MySQL docker images
local-dev > docker compose up -d
- Run the application
payment-service > mvn clean springboot:run