<!-- 配置静态资源,直接映射到对应的文件夹,不被DispatcherServlet处理,3.04新增功能,需要重新设置spring-mvc-3.0.xsd -->
如在页面需要导入其它页面,样式等等 <link type="text/css" rel="stylesheet" href="<c:url value='/styles/siteboard.css'/>"/>
可以用<mvc:resources mapping="/common/**" location="/common/" />