[FIXED] Spring Boot – Test for controller fails with 404 code
Issue I want to write a test for controller. Here is test snippet: @RunWith(SpringRunner.class) @WebMvcTest(WeatherStationController.class) @ContextConfiguration(classes = MockConfig.class) public class
Read more