Spring boot MVC: can't find JSP

前端 未结 5 1025
忘了有多久
忘了有多久 2021-02-13 05:08

Problem: I can\'t reach my view under WEB-INF/jsp on my Spring Boot web MVC app.

What I\'ve done:

this is my JSP:<

5条回答
  •  被撕碎了的回忆
    2021-02-13 06:07

    I'am adding this in my maven dependecies and now it's working

    
     org.springframework.boot
     spring-boot-starter-tomcat
     provided
    
    

提交回复
热议问题