严重: 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 ServletContext resource [/WEB-INF/classes/applicationContext.xml]: Invocation of init method failed; nested exception is org.hibernate.MappingNotFoundException
Invocation of init method failed在调用初始化函数时失败,
查查<mapping resource=。。。是不是哪里错了
看下applicationcontext.xml的配置,或者你的构造函数丢出了异常
MappingNotFoundException
映射文件找不到
MappingNotFoundException
映射文件找不到