Skip to content

This is a sample project prepared for Axon demo using spring boot, axonserver and mysql. The axon framework is a good choice if you want to develop microservices using CQRS approach.

License

Notifications You must be signed in to change notification settings

jrajani/mijn-bank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mijn-bank

Pre-requisites

  • Axon Server 4.x
  • MySQL
  • Java 8

Running the application

  1. Run Axon Server
java -jar axonserver-4.0.jar
  1. Start mysql
  2. Start mb-query
mvn clean spring-boot:run 
  1. Start mb-accounts
mvn clean spring-boot:run 
  1. Start mb-transactions
mvn clean spring-boot:run 
  1. Start mb-ui
mvn clean spring-boot:run 

Useful links - Local Server

About

This is a sample project prepared for Axon demo using spring boot, axonserver and mysql. The axon framework is a good choice if you want to develop microservices using CQRS approach.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages