springboot跳转到jsp页面失败反而把jsp页面下载下来
原因是pom依赖中缺少解析jsp的依赖,添加如下的依赖即可成功跳转<!--解析jsp页面--> <dependency> <groupId>javax.servlet</groupId> <artifactId>javax.servlet-api<