Posts Tagged "spring boot"

Isolated Testing with Test Containers and Spring Boot in Kotlin

Are you using SpringBoot for backend services and looking to integrate TestContainers into your testing setup? If so, then this example should give you an idea of how to achieve it in the shortest amount of time using the least possible configuration to s...