hibernate.cfg.xml

configuration PUBLIC
"-//Hibernate/Hibernate Configuration DTD 3.0//EN"
"http://www.hibernate.org/dtd/hibernate-configuration-3.0.dtd">


    
        org.hibernate.dialect.MySQL5InnoDBDialect
        com.mysql.jdbc.Driver
        root
        root
        jdbc:mysql://localhost/myhibernate
        create
        true
        true
        
        class="com.entity.Husband"/>
    

 

你可能感兴趣的:(hibernate.cfg.xml)