Life_0002
2015-09-14 00:13
运行Test测试方法时是这样子
3.是正确的<hibernate-configuration>
<session-factory>
<property name="hibernate.connection.driver_class">com.mysql.jdbc.Driver</property>
<property name="hibernate.connection.url">jdbc:mysql://localhost:3306/test</property>
<property name="hibernate.connection.username">root</property>
<property name="hibernate.connection.password"></property>
<property name="hibernate.dialect">org.hibernate.dialect.MySQL5Dialect</property>
<property name="hibernate.hbm2ddl.auto">update</property>
<property name="hibernate.show_sql" >true</property>
<property name="hibernate.current_session_context_class">thread</property>
<mapping resource="entity/Students.hbm.xml"/>
<mapping resource="entity/Users.hbm.xml"/>
</session-factory>
</hibernate-configuration>
求帮忙,看下什么原因
结果出来了?和老师演示的效果差不多。就是不太懂为什么老师没问题?
我也是一样的问题,求解!
使用Struts2+Hibernate开发学生信息管理功能
80701 学习 · 754 问题
相似问题