We are in the process of deciding for springboot we need to use https://github.com/PlaytikaOSS
/testcontainers-spring-boot
or
https://github.com/testcontainers/testcontainers-java/tree/main/examples/spring-boot
Any good comparison documentation, even if this project depends on https://github.com/testcontainers/testcontainers-java i.e. when to use this or that..
From the code, I see https://github.com/testcontainers/testcontainers-java is more simple to follow, however, I may be missing the bigger picture of integration testing and hence unable to know when to use which framework.
Any insights would be of good help.