- Axon Hub 1.1
- Axon DB 1.3.5
- MySQL
- Java 8
- Update the axonhub.properties
This property will be commented. Please uncomment and set localhost as its value
# Comma-separated list of AxonDB servers
axoniq.axondb.servers=localhost
- Run axondb-server
java -jar axondb-server.jar
- Run axonhub-server
java -jar axonhub-server.jar
- Start mysql
- Start mb-query
mvn clean spring-boot:run
- Start mb-command
mvn clean spring-boot:run
You can verify the setup by opening Axon Hub url. You should see an overview similar to the following image.
- Start mb-gui
mvn clean spring-boot:run