敲完后运行的错误

来源:1-3 实体和映射的创建

牛衣古柳卖黄瓜

2018-03-04 21:47

org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.InvalidMappingException: Could not parse mapping document: null (INPUT_STREAM)

这是什么问题啊

写回答 关注

1回答

  • qq_絵空事_1
    2018-03-05 17:46:33

    sessionFactory的bean创建错误,无法解析映射文档。看看是不是class里面的内容写错了?

    <bean id="sessionFactory" class="org.springframework.orm.hibernate3.LocalSessionFactoryBean">

基于SSH实现员工管理系统之案例实现篇

SSH框架整合案例之实现篇,手把手带你实现员工管理系统

50212 学习 · 323 问题

查看课程

相似问题