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
You can use thymeleaf with jsp but you have to write:
spring.thymeleaf.excluded-view-names=#jsp file without extension
in application.properties file