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

SpringMVC拦截静态资源的问题

时间:2017-04-17 11:44:56      阅读:167      评论:0      收藏:0      [点我收藏+]

标签:页面   framework   request   listen   sch   strip   bpa   jpg   static   

web.xml的配置

"-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"

"http://java.sun.com/dtd/web-app_2_3.dtd" >

 

Archetype Created Web Application

 

contextConfigLocation

classpath:applicationContext.xml

 

org.springframework.web.context.ContextLoaderListener

 

springDispatcherServlet

org.springframework.web.servlet.DispatcherServlet

 

contextConfigLocation

 

/WEB-INF/dispatcher-servlet.xml/

1

 

springDispatcherServlet

*.do

 

/index.jsp

SpringMVC配置

 

xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:context="http://www.springframework.org/schema/context"

xmlns:mvc="http://www.springframework.org/schema/mvc"

xmlns:p="http://www.springframework.org/schema/p"

xsi:schemaLocation="http://www.springframework.org/schema/mvc http://www.springframework.org/schema/mvc/spring-mvc-4.0.xsd

http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd

http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-4.0.xsd">

 

 

 

class="org.springframework.web.servlet.view.InternalResourceViewResolver">

 

 

class="org.springframework.web.multipart.commons.CommonsMultipartResolver"

p:defaultEncoding="utf-8">

 

 

 

 

在jsp页面无法插入图片

技术分享

技术分享
 

SpringMVC拦截静态资源的问题

标签:页面   framework   request   listen   sch   strip   bpa   jpg   static   

原文地址:http://www.cnblogs.com/xsns/p/6721933.html

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