严重: 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
已解决,就是没有找到Employee.hbm.xml,我创建Employee.hbm.xml竟然手抖多加个点写成Employee.hbm..xml,不仔细的看完全看不出
我的路径下的Employee.hbm.xml是存在的,路径也没写错,为什么会报错