Skip to content

andysteel/springboot-saga

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages