Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 518 Bytes

File metadata and controls

16 lines (11 loc) · 518 Bytes

Master-Spring-Boot-Microservices-with-CQRS-Event-Sourcing

Aggregate is the primary component in the command API, its where commands are handled events are raised, state of aggregate is altered and evets are stored to events store and publish to event bus

Setup AxonIQ

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

Course+Impl+Architecture drawio