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

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

使用Springboot 创建web项目报无法找到jsp,网上搜了很多,无法解决。
现象是这样的:本地通过springboot启动是正常的,页面也能正常访问;但是丢到服务器上问题来了:项目正常启动 访问不了页面。
项目路径和mapping都是正确的。打开jar包发现:
There was an unexpected error (type=Not Found, status=404). /WEB-INF/views/index.jsp_第1张图片jsp是存在的,目录结构很奇怪,为啥找不到 ?
解决:
无奈将其打成war包There was an unexpected error (type=Not Found, status=404). /WEB-INF/views/index.jsp_第2张图片目录结构正常,启动:在这里插入图片描述正常启动,页面能正常访问。
ps:我之前还不知道java-jar能启动war。。。。。。

你可能感兴趣的:(sss)