SpringBoot 从零开始学习(五) 之视图层技术整合jsp

1.首先要在pom.xml 中 添加jsp支持的依赖或者坐标: <!-- 添加jtl 标签库的坐标支持 --> <dependency> <groupId>javax.servlet</groupId> <artifactId>jstl</artifactId> </dependency> <!-- 添加jasper jsp处理的引擎 --> <dependency>
相关文章
相关标签/搜索