官方不推荐jsp的支持(jar包不支持jsp,jsp需要运行在servletContext中,war包需要运行在server服务器中如tomcat)

1、controller方法

配置springboot jsp页面跳转

配置springboot jsp页面跳转

2、配置application.properties

配置springboot jsp页面跳转






3.pom.xml添加maven依赖

配置springboot jsp页面跳转


相关文章: