码迷,mamicode.com
首页 > 系统相关 > 详细

Hibernate配置文件hibernate.cfg.xml

时间:2014-09-27 13:19:29      阅读:189      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   color   io   for   文件   sp   div   

<!DOCTYPE hibernate-configuration PUBLIC
    "-//Hibernate/Hibernate Configuration DTD 3.0//EN"
    "http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd">

<hibernate-configuration>
    <session-factory>
        <property name="hibernate.connection.driver_class">com.mysql.jdbc.Driver</property>
        <property name="hibernate.connection.url">jdbc:mysql:///zwnj</property>
        <property name="hibernate.connection.username">root</property>
        <property name="hibernate.connection.password">1122</property>
        <property name="hibernate.dialect">org.hibernate.dialect.MySQLDialect</property>
        <mapping resource="hibernate/domain/User.hbm.xml" />
        
    </session-factory>
</hibernate-configuration>

 

Hibernate配置文件hibernate.cfg.xml

标签:style   blog   http   color   io   for   文件   sp   div   

原文地址:http://www.cnblogs.com/zhangjie9142/p/3996136.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!