严重: Context initialization failed org.springframework.beans.factory.BeanDefinitionStoreException: I

严重: Context initialization failed

org.springframework.beans.factory.BeanDefinitionStoreException: IOException parsing XML document from ServletContext resource [/WEB-INF/applicationContext.xml]; nested exception is java.io.FileNotFoundException: Could not open ServletContext resource [/WEB-INF/applicationContext.xml]

1.在web.xml中进行如下修改



   org.springframework.web.context.ContextLoaderListener

2:修改后,在listener前面加入如下红色位置classpath:spring/applicationContext-*.xml为applicationContext.xml的路径



contextConfigLocation
classpath:spring/applicationContext-*.xml


   org.springframework.web.context.ContextLoaderListener

 

你可能感兴趣的:(SSM)