Hey I ran into same issue and the problem is swagger does not consider @Controller.Either change it to @RestController or add @ResponseBody with your @Controller.
It should work after this.