王飞燕
2016-06-24 13:59
<property name="hbm2ddl.auto">update</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>
我是这样配置的xml
看一下这个文件和Students.hbm.xml文件的位置有没有放对
使用Struts2+Hibernate开发学生信息管理功能
80701 学习 · 754 问题
相似问题