運(yùn)行的時(shí)候找不到配置的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
看一下這個(gè)文件和Students.hbm.xml文件的位置有沒有放對(duì)