There was an unexpected error (type=Not Found, status=404). /WEB-INF/jsp/helloJsp.jsp

springboot + jsp 项目,开发工具idea,如下启动方式:

There was an unexpected error (type=Not Found, status=404). /WEB-INF/jsp/helloJsp.jsp_第1张图片

页面输入访问地址: http://localhost:8080/helloJsp  报如下错误

There was an unexpected error (type=Not Found, status=404). /WEB-INF/jsp/helloJsp.jsp_第2张图片

 换另外一种方式启动,如下图

There was an unexpected error (type=Not Found, status=404). /WEB-INF/jsp/helloJsp.jsp_第3张图片

再次输入访问地址:http://localhost:8080/helloJsp,可以正常访问

启动方式不一样导致的错误

参考:https://blog.csdn.net/qq_23184291/article/details/78402152

你可能感兴趣的:(Springboot,Java)