cqrs-is-simpler-with-java

Stars
17
Committers
1

CQRS is simpler than you may think

You can also watch the talk below:

Repository with backing code for my talk. For more samples like that see EventSourcing in Java repository.

Read also

Prerequisites

  1. Install git - https://git-scm.com/downloads.
  2. Install Java JDK 17 (or later) - https://www.oracle.com/java/technologies/downloads/.
  3. Install IntelliJ, Eclipse, VSCode or other preferred IDE.
  4. Install docker - https://docs.docker.com/engine/install/.
  5. Open project folder.

Running

  1. Run: docker-compose up.
  2. Wait until all dockers got are downloaded and running.
  3. You should automatically get:
  4. Open, build and run ECommerceApplication.

See also .NET version of those samples.