Can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/core"

来源:互联网 发布:淘宝格子铺能卖出去么 编辑:程序博客网 时间:2024/06/01 08:01

pom.xml中添加

<dependency>

<groupId>taglibs</groupId>
<artifactId>standard</artifactId>
<version>1.1.2</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>
<version>1.1.2</version>
</dependency>
0 0
原创粉丝点击