springmvc中的web.xml配置(包含中文乱码解决)



	springmvc_01
	
		index.html
		index.htm
		index.jsp
		default.html
		default.htm
		default.jsp
	
	
	
	
		encodingFilter
		org.springframework.web.filter.CharacterEncodingFilter
		
			encoding
			UTF-8
		
	
	
		encodingFilter
		/*
	
	
	
		springmvc
		org.springframework.web.servlet.DispatcherServlet
		
			
			contextConfigLocation
			classpath:springmvc-servlet.xml
		
		
		1	
	
	
		springmvc
		*.action
	

或者


     org.springframework.web.context.ContextLoaderListener< /listener-class>


    contextConfigLocation
    classpath:applicationContext.xml

  

转载于:https://www.cnblogs.com/1020182600HENG/p/6891402.html

你可能感兴趣的:(springmvc中的web.xml配置(包含中文乱码解决))