I wonder if it is possible to have something like a SpringBootTest in pure #SpringMVC, i.e. start complete #Spring application along with some external services via #testcontainers?
I'm trying to improve a legacy Spring application, which can't be ported to #SpringBoot easily. #java