hibernate入门配置文件

user.hbm.xml






	
    
    	
    		
    	
        
        
        
        
	


hibernate.cfg.xml



	
		com.mysql.jdbc.Driver
		
		jdbc:mysql://localhost:3306/hibernate?characterEncoding=utf8&serverTimezone=UTC
		root
		
		1
		
		
		org.hibernate.dialect.MySQL5InnoDBDialect
		true
		
		update
		
		
		
	

 

你可能感兴趣的:(hibernate,ORM,入门,教程,数据库,hibernate)