在程序员生涯当中,提到最多的应该就是SSH三大框架了.作为第一大框架的Spring框架,我们经常使用. 然而在使用过程中,遇到过很多的常见异常,我在这里总结一下,大家共勉. 一.找不到配置文件的异常 org.springframework.beans.factory.BeanDefinitionStoreException: IOException parsing XML document from class path resource [com/herman/ss/controller]; …
异常一:org.hibernate.AnnotationException: Collection has neither generic type or OneToMany.targetEntity() defined 此异常原因多半是因为一的一方的Set没有选类型 异常二:org.hibernate.AnnotationException: mappedBy reference an unknown target entity property 此异常很多情况下是因为@ManyToMany(…