配置springboot jsp页面跳转
官方不推荐jsp的支持(jar包不支持jsp,jsp需要运行在servletContext中,war包需要运行在server服务器中如tomcat)
1、controller方法
2、配置application.properties
3.pom.xml添加maven依赖
官方不推荐jsp的支持(jar包不支持jsp,jsp需要运行在servletContext中,war包需要运行在server服务器中如tomcat)
1、controller方法
2、配置application.properties
3.pom.xml添加maven依赖