I am investigating a possibility of migration from Spring Boot 1.3 to Spring Boot 1.4 for a project. And I would like to use new @WebMvcTest annotation for unit tests. However, as this project is a ...
I am currently trying to load an additional web application during the startup of a standalone @SpringBootApplication. I'm running into several problems but one of them is as I run the Java ...