I have a simple @Controller within a spring-mvc environment. This is the Controller:
@Controller
spring-mvc
@Controll
I had the same problem.
I fixed it by replacing @Controller with @RestController.
@RestController