MockMvc returning 404 status
Error was in configuration. To Fix this, I had to provide my WebConfig file in contextConfiguration. Here is line I added:
@ContextConfiguration(classes = {WebConfig.class})
Error was in configuration. To Fix this, I had to provide my WebConfig file in contextConfiguration. Here is line I added:
@ContextConfiguration(classes = {WebConfig.class})