Spring Boot JSP 404

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

    For me, it seemed to be an eclipse issue. I was able to start the springboot app using java -jar outside the IDE.

    0 讨论(0)
  • 2020-11-28 07:45

    Make sure your .jsp page is under WebContent:

    WebContent|-
              |-Jsp
                 |-home.jsp
    
    0 讨论(0)
提交回复
热议问题