This project is used as an example for my talk CQRS meets modern Java
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
Both applications use Testcontainers support of Spring Boot. Run the TestCqrsApplication and the TestTraditionalApplication in src/test
The file requests.http contains the http test requests to test the endpoints.