放在springmvc配置之中
<!-- 静态资源过滤 -->
<mvc:resources location="WEB-INF/static" mapping="/**" />
在maven中使用EL
依赖
<dependency>
<groupId>jstl</groupId>
<artifactId>jstl</artifactId>
<version>1.2</version>
</dependency>
表头
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>