Spring Boot JSP 404

后端 未结 14 1452
陌清茗
陌清茗 2020-11-28 07:17

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

14条回答
  •  清酒与你
    2020-11-28 07:32

    You can use thymeleaf with jsp but you have to write:

    spring.thymeleaf.excluded-view-names=#jsp file without extension
    

    in application.properties file

提交回复
热议问题