java-tutorials/axon/README.md
Gerard Klijs 3af60557bd BAEL-5856 Using and testing Axon applications via REST (#13134)
Co-authored-by: Ashley Frieze <ashley@incredible.org.uk>
2023-01-23 22:24:35 +00:00

1008 B

Axon

This module contains articles about Axon

Profiles

Optionally the code can be run with the 'mongo' profile to use Mongo to store the projection. Otherwise, an in-memory projection is used.

Scripts

Two scripts are included to easily start middleware using Docker matching the properties files:

  • start_axon_server.sh to start an Axon Server instance
  • start_mongo.sh to start a MongoDB instance

Relevant articles