解决方案 »

  1.   

    <!-- 静态资源访问 -->
     <mvc:resources location="/img/" mapping="/img/**"/>  
    mvc:resources location="/js/" mapping="/js/**"/>   在配置文件中添加这个,我只会这种 我也是初学的 希望可以帮到你
      

  2.   

      <property name="prefix" value="" />
            <property name="suffix" value="" />
    这个你不配置吗?:
      

  3.   

    确保你有这个spring-webmvc.xxxooo.jar包。
      

  4.   

    还有你用的是http://www.springframework.org/schema/mvc http://www.springframework.org/schema/mvc/spring-mvc-4.0.xsd"
    是spring4,看看你使用的jar是否是4版本的。