问答详情
源自:1-11 通过Hibernate API编写访问数据库的代码

org.hibernate.MappingNotFoundException: resource: Students.hbm.xml not found at org.hibernate.cfg.Configuration.addResource(Configuration.java:738) at org.hibernate.cfg.Configuration.parseMappingElement(Configuration.java:2188) at org.hibernate.cfg.Con

麻烦好心人帮帮忙,这个怎么解决呀?

提问者:萧淳 2017-02-05 15:54

个回答

  • Manny2011
    2017-02-14 18:11:39
    已采纳

    MappingNotFoundException: *.hbm.xml Not Found.说明这个文件的位置是不对的.在hibernate.cfg.xml文件中直接写 <mapping resource="*hbm.xml" />, 那么你这个资源文件就要放在与hibernate.cfg.xml文件同级目录下,它就能找到并加载了.@_@     resource="*", 这个配置指定的是一个路径.

  • 慕移动9181930
    2022-03-29 01:16:22

    哈哈,Jake老师真的辛苦了。

    yfvpsyswllxtxifngrzkqyjzgvfegpnezlwopfzzifwzebpgmknkybqnyaftxjryzggoybpkvhgxtumfhqfxczgbxyisjorxfdbrmhtsyacarpylwtwhosbsocpxesnxoxnriuyyxfxutqtulfdo

  • wanttoplay
    2017-02-08 19:52:01

    把配置文件贴上来啊

  • kkkys
    2017-02-05 19:03:37

    试试将.cfg.xml文件最上面有hibernate.sourceforge....这个东西改为"http://www.hibernate.org/dtd/hibernate-configuration-3.0.dtd"