java-tutorials/axon
Loredana Crusoveanu c84564a200 BAEL-5856 mark manual test 2023-01-31 19:10:03 +02:00
..
src BAEL-5856 mark manual test 2023-01-31 19:10:03 +02:00
README.md
pom.xml
start_axon_server.sh
start_mongo.sh

README.md

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