ssm和c3p0连接池配置文件的详解

spring.xml配置

 
  


 
	
		
		
		
		
	
	
	
		
		
		
		
		
	

	
	
		
	
	
	
		
			
			
			
			
			
                       
      			
                           

        


 


	
		
	
	
	
		
	

	


	
	
		
	
	

	
		
		
	





spring-mvc.xml配置


	
	
	
	
	
	
		
		
	


	
	
	

web.xml



 
  
    DispatcherServlet
    org.springframework.web.servlet.DispatcherServlet
    
    
      contextConfigLocation
      classpath:spring.xml
    
  
  
    DispatcherServlet
    *.action
  
  
  
  
  
    CharacterEncodingFilter
    org.springframework.web.filter.CharacterEncodingFilter
    
      encoding
      UTF-8
    
  
  
    CharacterEncodingFilter
    /*
  


 
  


你可能感兴趣的:(spring笔记)