java-tutorials/patterns-modules/cqrs-es
Kasra Madadipouya 75da1d17c6 Merge pull request #13719 from FabioBentoLuiz/fix/es-userutility
Event Sourcing - Recreate user with id from the UserCreatedEvent instead of creating a new one
2023-05-24 23:16:59 +02:00
..
src Get the user id from the original event instead of creating a new oe 2023-03-25 19:57:45 +01:00
README.md [JAVA-14174] Renamed paterns to paterns-module (#12718) 2022-09-19 12:14:14 +05:30
pom.xml JAVA-21189: Formatting pom.xml modules starting from NOPQR (#14097) 2023-05-23 22:03:06 +05:30

README.md

This module contains articles about composing together CQRS and Event Sourcing

Relevant Articles