springboot对jsp的支持

springboot默认支持的视图层技术不是jsp,而是freemarker。 添加依赖便可web <!-- 添加springboot对jsp的支持,解析jsp --> <dependency> <groupId>org.apache.tomcat.embed</groupId> <artifactId>tomcat-embed-jasper</artifactId> <scope>
相关文章
相关标签/搜索