Quick Start
This page shows you how to start building your own application using Axon platform.
Get everything you need by downloading QuickStart archive. It contains a simple demo application, designed to show various aspects of the platform.
Unzip
AxonQuickStart-VERSION.zip
Run the Axon Server:
$ java -jar AxonServer/axonserver-VERSION.jar
Axon Server web dashboard should be available here
http://localhost:8024/
Run the demo application:
$ cd giftcard-demo && ./mvnw spring-boot:run
Demo application should be available here
http://localhost:8080/
Explore the
README.md
Last updated