Spring Boot Testcontainers example

This is a short example demonstrating a setup with spring boot and testcontainers.

Build and Run

# to build and execute tests
./gradlew clean build
# to run the application
./gradlew bootRun