This is the code repository for the tutorial at: http://localhost:4000/spring-boot-integration-testing-done-right/
It is a showcase for leveraging the power of Docker, Testcontainers and RestAssured to properly Integration Test a Spring Boot 2 Application.
As an example it is running an IntegrationTest which is bootstrapping a PostgreSQL Docker Container.