java-tutorials/patterns-modules/axon
panos-kakos d8c3be530b [JAVA-26730] Upgraded io.projectreactor to latest version (#15234) 2023-12-11 08:58:51 +01:00
..
src Java 26392 Move modules to patterns-module (#15060) 2023-10-27 13:27:32 +03:00
README.md Java 26392 Move modules to patterns-module (#15060) 2023-10-27 13:27:32 +03:00
pom.xml [JAVA-26730] Upgraded io.projectreactor to latest version (#15234) 2023-12-11 08:58:51 +01:00
start_axon_server.sh Java 26392 Move modules to patterns-module (#15060) 2023-10-27 13:27:32 +03:00
start_mongo.sh Java 26392 Move modules to patterns-module (#15060) 2023-10-27 13:27:32 +03:00

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