Spring自动注入全部配置

//在 xsi:schemaLocation中加入default-autowire属性,全局配置自动注入属性
//全局配置自动注入,会被具体bean中的autowire属性代替。


	
	
	
	
	
	
	
	
		
			classpath:jdbc.properties
		
		
		
		
		
		
		
		
		

		
		
			
			
				
					
						org.hibernate.dialect.Oracle9Dialect
					
					
						jdbc:oracle:thin:@localhost:1521:orcl
					
					
						true
					
					
						true
					
				
			
			
			
			entity.Emp
			entity.Dept
			
			
			
			
		
		
	
		
			
		
		
			
		

			
		

		
			
		
		
	
		
			
		
		
		
			
		
		
		
			
				
				
				
				
				
				
				
				
			

		
		
		
			
			
		

在这里插入图片描述

你可能感兴趣的:(Spring自动注入全部配置)