`
quguiliang20
  • 浏览: 11468 次
  • 性别: Icon_minigender_1
  • 来自: 沈阳
社区版块
存档分类
最新评论

hibernate

阅读更多
<?xml version="1.0" encoding="UTF-8"?>
<!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.url">jdbc:mysql://localhost:3306/demo</property>
<property name="hibernate.connection.driver_class">com.mysql.jdbc.Driver</property>
<property name="hibernate.connection.username">root</property>
<property name="hibernate.connection.password">123456</property>
<property name="hibernate.dialect">org.hibernate.dialect.MySQLDialect</property>
<property name="hibernate.show_sql">true</property>

<mapping resource="com/hibernate/bean/User.hbm.xml"/>
<mapping resource="com/hibernate/bean/Module.hbm.xml"/>
<mapping resource="com/hibernate/bean/ACL.hbm.xml"/>
</session-factory>
</hibernate-configuration>
分享到:
评论
1 楼 quguiliang20 2011-03-14  
大家发表一下建议阿

相关推荐

Global site tag (gtag.js) - Google Analytics