This is a short example demonstrating a setup with spring boot and testcontainers.
# to build and execute tests
./gradlew clean build
# to run the application
./gradlew bootRun
This is a short example demonstrating a setup with spring boot and testcontainers.
# to build and execute tests
./gradlew clean build
# to run the application
./gradlew bootRun