Spring Boot JSP 404

后端 未结 14 1447
陌清茗
陌清茗 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:29

    My issue was that I was using @RestController instead of @Controller as the annotation in my controller class. Hope this can help someone out.

提交回复
热议问题