Spring mvc <mvc:resources ***/> 作用

<!-- 配置静态资源,直接映射到对应的文件夹,不被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/" />

 

posted @ 2018-03-07 09:37  super超人  阅读(357)  评论(0编辑  收藏  举报