问答详情
源自:1-6 生成表结构

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

<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

提问者:王飞燕 2016-06-24 13:59

个回答

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

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