java-tutorials/patterns-modules/axon
timis1 6dcabea12b
JAVA-31430 Review add-opens and add-exports in modules - Week 9 - 2024 (#16008)
* JAVA-31430 Review add-opens and add-exports in modules - Week 9 - 2024

* JAVA-31430 Some fixes

---------

Co-authored-by: timis1 <noreplay@yahoo.com>
2024-03-04 22:44:58 +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-31430 Review add-opens and add-exports in modules - Week 9 - 2024 (#16008) 2024-03-04 22:44:58 +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