【晨星项目搭建问题】There was an unexpected error (type=Not Found, status=404). /WEB-INF/pages/frontpages/inde

Idea在启动SpringBoot时访问Jsp页面报错:There was an unexpected error (type=Not Found, status=404). /WEB-INF/page//XX.jsp

【晨星项目搭建问题】There was an unexpected error (type=Not Found, status=404). /WEB-INF/pages/frontpages/inde_第1张图片

结果找了一圈终于找到了:

如果SpringBoot在子模块,直接main启动子模块会在C:\Users\xxx\AppData\Local\Temp这个目录下,会生成tomcat目录

【晨星项目搭建问题】There was an unexpected error (type=Not Found, status=404). /WEB-INF/pages/frontpages/inde_第2张图片

 

eclipse会自动生成jsp的java文件和class文件

解决办法就是IDea右边的Maven Projects>>运行的模块>>plugins>>spring-boog>>spring-boot:run启动

 

【晨星项目搭建问题】There was an unexpected error (type=Not Found, status=404). /WEB-INF/pages/frontpages/inde_第3张图片

 

此时我们再看看tomcat文件夹

 

【晨星项目搭建问题】There was an unexpected error (type=Not Found, status=404). /WEB-INF/pages/frontpages/inde_第4张图片

 

项目也能正常访问了!

 

你可能感兴趣的:(我的作品)