码迷,mamicode.com
首页 > 编程语言 > 详细

springmvc resources 配置

时间:2014-08-16 20:59:31      阅读:218      评论:0      收藏:0      [点我收藏+]

标签:style   http   io   文件   ef   res   on   sp   


http://www.mkyong.com/spring-mvc/spring-mvc-how-to-include-js-or-css-files-in-a-jsp-page/

如果
<mvc:resources mapping="/resources/**" location="/resources/mytheme/" />注意location是Webroot目录下面的文件夹

<link href="${pageContext.request.contextPath}/resources/css/main.css" rel="stylesheet" >
需要在映射目录前面加上工程名称

springmvc resources 配置,布布扣,bubuko.com

springmvc resources 配置

标签:style   http   io   文件   ef   res   on   sp   

原文地址:http://www.cnblogs.com/huiwq1990/p/3916882.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!