spring&hibernate集成配置--- 摘自SpringSide

阅读更多
Spring&hibernate集成配置  ---- applicationContext.xml



	Spring公共配置 

	
	
		
		
		
			
				
				classpath*:/application.properties
				
				classpath*:/application.cluster.properties
				
				classpath*:/application.local.properties
				
				file:/var/springside/application.server.properties
			
		
	

	
	

	
	
		
		
		
		
		

		
		
		
		
		
	

  	
		
		
		
		
		
		
		
		
		
		
		
		
		
		
	

	
	

	
	
		
		
			
		
		
			
				${hibernate.dialect}
				${hibernate.show_sql}
				${hibernate.format_sql}
				org.hibernate.cache.EhCacheProvider
				ehcache/ehcache-hibernate-local.xml
			
		
		
	

	
	
		
	

	
	

你可能感兴趣的:(Hibernate,Spring,配置管理,应用服务器,SQL,Server)