Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 609 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 609 Bytes

Implementation of Saga-pattern

N|Solid

Features

  • An example of orchestration of saga-pattern

Screenshot_20220321_214458

Tech

  • Spring boot 2.6
  • Axon Framework 4.5
  • Axon Server 4.5
  • Java 17
  • Maven

Docker

To run the axon server in docker container just execute the command bellow:

docker run -d \
  --name axonserver \
  -p 8024:8024 \
  -p 8124:8124 \
  axoniq/axonserver