I have a sample Spring Boot app with the following
Boot main class
@SpringBootApplication public class DemoApplication { public static void mai
Adding @WebAppConfiguration (org.springframework.test.context.web.WebAppConfiguration) annotation to your DemoApplicationTests class will work.
@WebAppConfiguration
org.springframework.test.context.web.WebAppConfiguration