Can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/core" JSP上的这个错误怎么处理???
缺少 jstl.jar 在pom.xml加入
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>
<version>1.2</version>
</dependency>