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

来源:互联网 发布:被淘宝卖家投诉怎么办 编辑:程序博客网 时间:2024/06/05 15:19

少了一个jar包 

jstl.jar


<dependency>
   <groupId>javax.servlet.jsp.jstl</groupId>
   <artifactId>jstl</artifactId>
   <version>1.2</version>
</dependency>

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