I\'m trying to add a jsp page in my Spring Boot service. My problem is that every time I try to go to that page I have this:
Whitelabel Error Page
My issue was that I was using @RestController instead of @Controller as the annotation in my controller class. Hope this can help someone out.