Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 388 Bytes

File metadata and controls

10 lines (7 loc) · 388 Bytes

Example for Event Sourcing with Spring Boot

This is a very simple example project which sketches out the ideas of event sourcing and CQRs based on Spring Boot.

Prerequisites

You will need to install Hazelcast and run it as a server (with the default configuration)

You will need to install Redis and run redis-server

Status

This project is outdated, and no longer maintained.