► Java/Spring courses & guides
https://www.marcobehler.com
► Newsletter
https://bit.ly/2K0Ao4F
► YouTube sub
https://bit.ly/2lVExgm
What is this episode about? Docker is often mentioned in production contexts, but in the Java world it is a much better fit for testing. There's a library called TestContainers, which helps you easily set-up brand new databases or message brokers, only for your Junit integration tests. Find out in this episode how to get up and running with TestContainers quickly, to start a fresh MySQL database for your integration tests.