Is there a way to abstract MongoDbContainer with TestContainers in a Spring Boot App?
I’m attempting to use the latest best practices for Spring Boot 3.x and TestContainers to integration test a MongoDB Repository. From a post on the Spring.io blog: