ssh整合之不带hibernate配置文件的spring中的配置

jdbc.properties:

jdbc.driverClass=com.mysql.jdbc.Driver
jdbc.url=jdbc:mysql:///ssh_37
jdbc.user=root
jdbc.password=123456

applicationContext.xml:


	
		
		
		
		
		
			
				org.hibernate.dialect.MySQLDialect
				true
				true
				update
			
		
		
		
		
			
				com/itheima/ssh/domain/Customer.hbm.xml
			
		
	


    
    
    
        
        
        
        
    


你可能感兴趣的:(☆,代码库,------spring)