Hibernate配置

数据库:Mysql


配置文件名 Hibernate.cfg.xml





    
        com.mysql.jdbc.Driver
        jdbc:mysql://localhost:3306/database
        org.hibernate.dialect.MySQLDialect
        username
        password
        true
        update
    
        
    

你可能感兴趣的:(Hibernate配置)