default-servlet-handler
0 人感兴趣 · 1 次引用
- 最新
- 推荐
default-servlet-handler 不生效原因,springmvc 静态资源拦截方案比较
简单来说,为了请求的url不带类似*.action,*.do,比如http://localhost:8080/system/index.action,spring团队统一风格,而web项目配置的web.xml中,所有请求都必须走过DispatcherServlet,当然就包括了静态资源,比如http://localhost:8080/html/index.htm