hibernate 配置 hibernate.cfg.xml


 1 <?xml version='1.0' encoding='UTF-8'?>
 2 
 5 
 6 
 7 
 8 
 9     
10         org.hibernate.dialect.MySQLDialect
11     
12     
13         jdbc:mysql://127.0.0.1:3306/hibernate
14     
15     root
16     
17         com.mysql.jdbc.Driver
18     
19     hibernate
20     123456
21 
22 
23     
24     
25 
26 
27 
28 
29  

 

相关