org.hibernate.InvalidMappingException:Could not parse mapping document from resource com/lara/Person.hbm.xml

前端 未结 4 764
时光取名叫无心
时光取名叫无心 2020-12-12 01:35
Exception in thread \"main\" org.hibernate.InvalidMappingException: Could not parse mapping document from resource com/lara/Person.hbm.xml
    at org.hibernate.cfg.C         


        
4条回答
  •  无人及你
    2020-12-12 02:13

    I also got this error message. But in my case the class name was wrong. Add correct package and class name according to bellow example.

    
    

提交回复
热议问题