cqrs-meets-modern-java
cqrs-meets-modern-java copied to clipboard
CQRS Meets Modern Java
This project is used as an example for my talk CQRS meets modern Java
Prerequisite: jOOQ Build
The CQRS project uses jOOQ and therefore the database model classes must be created with Maven.
Change into the cqrs directory and run:
./mvnw compile
Running the applications
Both applications use Testcontainers support of Spring Boot. Run the TestCqrsApplication and the TestTraditionalApplication in src/test
Testing
The file requests.http contains the http test requests to test the endpoints.