Spring整合SpringMVC时Web.xml配置文件介绍



    
	
		contextConfigLocation
		classpath:spring.xml,classpath:spring-mybatis.xml
	
	
		org.springframework.web.context.ContextLoaderListener
	

	
	
		org.springframework.web.util.IntrospectorCleanupListener
	
	
	
	
		log4jConfigLocation
		/WEB-INF/classes/properties/log4j.properties
	
	
	
		org.springframework.web.util.Log4jConfigListener
	
	
	
	
		CharacterEncodingFilter
		org.springframework.web.filter.CharacterEncodingFilter
		
			encoding
			utf-8
		
	
	
		CharacterEncodingFilter
		/*
	
	
	
	
		springmvcservlet
		springMvc
		org.springframework.web.servlet.DispatcherServlet
		
			springmvc
			contextConfigLocation
			classpath:spring-mvc.xml
		
		1
	
	
		springMvc
		*.htm
	
	
		/index.jsp
	

 

你可能感兴趣的:(Java,遨游SSM的海洋)