Quick Start

This page shows you how to start building your own application using Axon platform.

  1. Get everything you need by downloading QuickStart archive. It contains a simple demo application, designed to show various aspects of the platform.

  2. Unzip AxonQuickStart-VERSION.zip

  3. Run the Axon Server: $ java -jar AxonServer/axonserver-VERSION.jar

  4. Axon Server web dashboard should be available here http://localhost:8024/

  5. Run the demo application: $ cd giftcard-demo && ./mvnw spring-boot:run

  6. Demo application should be available here http://localhost:8080/

  7. Explore the README.md

Last updated