Skip to content

Releases: zaxxio/spring-boot-starter-eventsourcing

Eventa 4.1.0

03 Jul 16:48
Compare
Choose a tag to compare

Spring Boot App.

Eventa 4.0.0

25 Jun 16:43
Compare
Choose a tag to compare

Eventa 3.0.2

23 Jun 17:05
e3d17a4
Compare
Choose a tag to compare
Update pom.xml

Eventa 2.0.0

08 May 15:59
Compare
Choose a tag to compare

This library provides a robust infrastructure for implementing the Command Query Responsibility Segregation (CQRS) pattern along with Event Sourcing in Java applications. CQRS separates the responsibility of handling commands (write operations) from queries (read operations), while Event Sourcing ensures that changes to the application state are captured as a sequence of events.

1.0.0

07 May 15:36
Compare
Choose a tag to compare

This library provides a robust infrastructure for implementing the Command Query Responsibility Segregation (CQRS) pattern along with Event Sourcing in Java applications. CQRS separates the responsibility of handling commands (write operations) from queries (read operations), while Event Sourcing ensures that changes to the application state are captured as a sequence of events.