spring mvc web.xml配置(拦截资源)



	gm500-ecms-web
	
		index.html
		index.htm
		index.jsp
		welcome.html
		default.htm
		default.jsp
	
	
	
	
		contextConfigLocation
		classpath:/springContext.xml
	

	
	
		org.springframework.web.context.ContextLoaderListener
	

	
	
		characterEncodingFilter
		org.springframework.web.filter.CharacterEncodingFilter
		
			encoding
			UTF-8
		
		
			forceEncoding
			true
		
	
	
		characterEncodingFilter
		/*
	

	
	
		spring-mvc
		org.springframework.web.servlet.DispatcherServlet
		
			contextConfigLocation
			classpath:/springContext.xml
		
		1
	
	
		spring-mvc
		/
	
	
	
		default
		*.html
	

 

你可能感兴趣的:(spring mvc web.xml配置(拦截资源))