Open linhai-bai opened 5 years ago
https://linhai-bai.github.io/posts/20190305--Spring%20Boot%E9%A1%B9%E7%9B%AE%E4%B8%AD%E4%BD%BF%E7%94%A8JSP/
Spring Boot 的默认视图支持是 Thymeleaf 模板引擎,但是想使用我们熟悉的JSP怎么办? 一.如何配置JSP1. pom.xml中增加对 JSP 文件的支持servlet依赖 <dependency>
https://linhai-bai.github.io/posts/20190305--Spring%20Boot%E9%A1%B9%E7%9B%AE%E4%B8%AD%E4%BD%BF%E7%94%A8JSP/
Spring Boot 的默认视图支持是 Thymeleaf 模板引擎,但是想使用我们熟悉的JSP怎么办? 一.如何配置JSP1. pom.xml中增加对 JSP 文件的支持servlet依赖 <dependency>