這是什么情況,和視頻上一樣寫的,報錯
嚴重: Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListener
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 java.io.FileNotFoundException: class path resource [com/lzy/employ/domain/Employee.hbm.xml] cannot be opened because it does not exist
2017-03-29
已解決,就是沒有找到Employee.hbm.xml,我創建Employee.hbm.xml竟然手抖多加個點寫成Employee.hbm..xml,不仔細的看完全看不出
2017-03-29
我的路徑下的Employee.hbm.xml是存在的,路徑也沒寫錯,為什么會報錯