运行的时候找不到配置的Students的映射文件

来源:1-6 生成表结构

王飞燕

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

写回答 关注

1回答

  • jowishu
    2016-06-24 21:13:41

    看一下这个文件和Students.hbm.xml文件的位置有没有放对

使用Struts2+Hibernate开发学生信息管理功能

Strust2+Hibernate整合开发案例,Java Web开发技能更上一层楼

80701 学习 · 754 问题

查看课程

相似问题