标签:load bar instance let url script 文件 stat str
applicationContext.xml
<mvc:resources mapping="" location="">
主要用来进行静态资源的访问
首先使用spring mvc需要配置其使用的servlet.在web.xml中:
springMVclanjie了所有请求
<servlet-mapping>
<servlet-name>springMVC</servlet-name>
<url-pattern>/</url-pattern>
</servlet-mapping>
会影响到静态资源访问。
标签:load bar instance let url script 文件 stat str
原文地址:http://www.cnblogs.com/minshia/p/6792277.html