Codebase for the blog post Validating Caching Mechanism with Testcontainers in Spring Boot
Steps to run this project:
- Clone this Git repository
- Navigate to the folder
caching-validation-testcontainers
- Ensure availability of Java 21 or above in the system using
java --version
- Execute tests with the command
./mvnw integration-test verify