Spring boot integration test with Testcontainers and Toxiproxy

less than 1 minute read

Spring boot provides a integration testing framework with docker in Junit tests. It is using the test container library as an underline framework.

The following demo shows the full context of using Testcontainers with a SpringBoot application

https://www.youtube.com/watch?v=gMvAp_qGyyE

https://github.com/ThomasVitale/springone-2021-spring-boot-production-boost