<?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">
<!-- Generated by MyEclipse Hibernate Tools. -->
<hibernate-configuration>
<session-factory>
<property name="connection.url">jdbc:mysql://localhost:3306/store</property>
<property name="connection.username">username</property>
<property name="connection.password">password</property>
<property name="connection.driver_class"></property>
<property name="dialect"></property>
<mapping resource="store/Produce.hbm.xml"/>
<mapping resource="store/order.hbm.xml"/>
<mapping resource="store/Customer.hbm.xml"/>
</session-factory>
</hibernate-configuration>
注:主要是一个doctype
数据库的连接等属性
hibernate中对象关系映射文件路径