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

来源:互联网 发布:seo和dsp 编辑:程序博客网 时间:2024/06/01 09:42


<dependencies>    <dependency>        <groupId>javax.servlet</groupId>        <artifactId>servlet-api</artifactId>        <version>2.5</version>    </dependency>    <dependency>        <groupId>javax.servlet.jsp.jstl</groupId>        <artifactId>javax.servlet.jsp.jstl-api</artifactId>        <version>1.2.1</version>    </dependency>    <dependency>        <groupId>taglibs</groupId>        <artifactId>standard</artifactId>        <version>1.1.2</version>    </dependency></dependencies>

阅读全文
0 0
原创粉丝点击