JSTL & Standard

JSTL & Standard


<!-- https://mvnrepository.com/artifact/javax.servlet.jsp.jstl/jstl -->
<dependency>
    <groupId>javax.servlet.jsp.jstl</groupId>
    <artifactId>jstl</artifactId>
    <version>1.2</version>
</dependency>


<!-- https://mvnrepository.com/artifact/taglibs/standard -->
<dependency>
    <groupId>taglibs</groupId>
    <artifactId>standard</artifactId>
    <version>1.1.2</version>
</dependency>

可能tomcat不支持JSTL标签 需要将该jar包放入tomcat jar包在本地仓库 放入tomcat lib文件夹

posted @ 2021-02-15 16:01  —清风碎心—  阅读(128)  评论(0编辑  收藏  举报