敲完后運行的錯誤
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)
這是什么問題啊
2018-03-05
sessionFactory的bean創建錯誤,無法解析映射文檔??纯词遣皇莄lass里面的內容寫錯了?
<bean id="sessionFactory" class="org.springframework.orm.hibernate3.LocalSessionFactoryBean">