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
For me, it seemed to be an eclipse issue. I was able to start the springboot app using java -jar outside the IDE.
Make sure your .jsp page is under WebContent:
WebContent|- |-Jsp |-home.jsp