spring3+hibernate4配置文件

applicationContext.xml




	
	
		
		
		
		
	


	
	
		
		
		
			
				org.hibernate.dialect.MySQLDialect
				thread
				true
			
		
		


	
	
	
	
		
		
	
	
	


	
	
	



web.xml



	TesterMonitor
	
		/WEB-INF/jsp/index.jsp
	
	
	
		log4jConfigLocation
		classpath:log4j.properties
	
	
	
	
		contextConfigLocation
		  
            classpath:/applicationContext.xml
        
	

	
	
		org.springframework.web.context.ContextLoaderListener
	

	
	
		monitor
		org.springframework.web.servlet.DispatcherServlet
		1
	
	
		monitor
		/
	



你可能感兴趣的:(spring3+hibernate4配置文件)