Spring boot MVC: can't find JSP

前端 未结 5 1042
忘了有多久
忘了有多久 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条回答
  •  梦毁少年i
    2021-02-13 06:02

    If you've moved from using the standard thymeleaf project to Bootstrap (as I have), ensure you remove this dependency;

        
            org.springframework.boot
            spring-boot-starter-thymeleaf
        
    

提交回复
热议问题