在作項目時遇到一個錯誤,記錄一下。java
錯誤:org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [spring/applicationContext-hibernate.xml]: Invocation of init method failed; nested exception is java.io.FileNotFoundException: class path resource [com/zking/ssh/book/entity/Dict.hbm.xml] cannot be opened because it does not exist
spring
這個錯誤是由於xml有問題,在初始化spring上下文時初始化失敗。session
1.檢查本身的配置文件是否有錯。
2.修改配置
本次錯誤點:
app