【Spring问题系列】09——Spring Boot 整合JSP

  • Spring JSP

默认的Spring Boot项目不支持JSP,需要添加依赖:


org.apache.tomcat.embed
tomcat-embed-jasper
provided

参考链接:
http://fanlychie.github.io/post/spring-boot-with-jsp.html

文章目录
|