Sample Application for the IT Tage 2025 "Raus aus der Mocking-Hölle"
This repository contains the code for conference talk "Raus aus der Mocking-Hölle" presented at IT Tage December 11th 2025. It contains a Spring Boot sample application and various unit tests show-casing the difference between layered and CQRS-style architectures, to emphasize the advantages of testing, when using the latter one.
A JDK 21+ and Docker is required to start the sample application as follows:
./gradlew bootRunThe application is listening on port 8080 and its REST API
can be executed using http://localhost:8080/swagger-ui/index.html
or via the Bruno collection.
The relevant test cases used within the talk are:
All tests can be executed using:
./gradlew check
Feel free to contact us via mail, if you have questions and/or feedback: frank.scheffler(at)digitalfrontiers.de or nikolai.neugebauer(at)digitalfrontiers.de.