Spring boot: 404 error when calling JSP using controller

后端 未结 3 697
死守一世寂寞
死守一世寂寞 2021-01-11 20:15

I\'m getting the following error when running my project using Spring Tool Suite,

But in case my problem is I have already added the appropriate dependencie

3条回答
  •  情歌与酒
    2021-01-11 21:06

    I was able to generate a jar from my application and then run it with java -jar myapp.jar But I only managed to run this jar with the version below spring-boot-starter-parent:

    MyApp/pom.xml:

          
            org.springframework.boot
            spring-boot-starter-parent
            1.4.1.RELEASE
      
    

    I researched in: Spring Boot JSP 404

提交回复
热议问题