搭建ssh框架的时候遇见 Error creating bean with name ‘sessionFactory’ defined in class path resource [beans.xml]错误
首先粘一下错误提示的信息吧
Error creating bean with name ‘sessionFactory’ defined in class path resource [beans.xml]: Invocation of init method failed; nested exception is org.hibernate.MappingException: Association references unmapped class: com.school.domain.Photocomment
通过查看大神们所给出的解答,发现错误的原因是没有成功创建beans.xml这个文件里面的sessionFactory,具体原因是没有找到com.school.domain.Photocomment这个类,在beans.xml删除这个类就好了。
仔细阅读错误信息,然后分析错误去修改代码才是正道。
搭建ssh框架的时候遇见 Error creating bean with name ‘sessionFactory’ defined in class path resource [beans.xm
最新推荐文章于 2024-10-15 22:50:04 发布