java-tutorials/patterns-modules/axon
Amit Pandey d64c084623
[JAVA-27819] Upgrade Axon module to the Spring Boot 3 (#15935)
2024-02-22 22:44:31 +01:00
..
src [JAVA-27819] Upgrade Axon module to the Spring Boot 3 (#15935) 2024-02-22 22:44:31 +01:00
README.md Java 26392 Move modules to patterns-module (#15060) 2023-10-27 13:27:32 +03:00
pom.xml [JAVA-27819] Upgrade Axon module to the Spring Boot 3 (#15935) 2024-02-22 22:44:31 +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