Testcontainers is just awesome! It provides a very convenient way to start up and CLEANLY tear down docker containers in JUnit tests. This feature is very useful for integration testing of applications against real databases and any other resource for which a docker image is available.
My objective is to demonstrate a sample test for a JPA based Spring Boot Application using Testcontainers. The sample is based on an example at the Testcontainer GitHub repo. https://goo.gl/cpbiPP #DataIntegration #ML