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

spring学习十三

时间:2017-09-26 23:29:33      阅读:269      评论:0      收藏:0      [点我收藏+]

标签:css   配置   and   handle   def   sources   web.xml   需要   --   

1: RESTful URL :

          域和端口 / servlet / 资源 / 参数id

2:  静态资源访问处理?

      采用RESTful架构后,需要将web.xml中控制器拦截的请求设置为/,这样会将css,js等静态资源进行拦截,发送404错误。

      解决方法:

  --配置<mvc:resources/> 

   <mvc:resources mapping="请求URI" location="资源位置" />

  --配置<mvc:default-servlet-handler/>

   <mvc:default-servlet-handler/>

 

  mvc:resources location="/js/" mapping="/js/**"/>

  <mvc:resources location="/img/" mapping="/img/**"/> 

          

spring学习十三

标签:css   配置   and   handle   def   sources   web.xml   需要   --   

原文地址:http://www.cnblogs.com/liufei1983/p/7599360.html

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