<hibernate-configuration>
<session-factory>
<property name="hibernate.connection.driver_class">com.microsoft.sqlserver.jdbc.SQLServerDriver</property>
<property name="hibernate.connection.url">jdbc:sqlserver://localhost:1455;databaseName=bh_yigao</property>
<property name="hibernate.connection.username">masterlele</property>
<property name="hibernate.connection.password">***********</property>
<property name="hibernate.dialect">org.hibernate.dialect.SQLServerDialect</property>
<property name="hibernate.show_sql">true</property>
<property name="hibernate.hbm2ddl.auto">update</property>
<mapping resource="com/yigao/entity/Admin.hbm.xml"/>
</session-factory>
</hibernate-configuration>
jdk.1.6+ 使用sqljdbc4.jar,