天天看點

【異常】IOException parsing XML document from class path resource [xxx.xml]

1、IDEA導入項目運作出現異常

org.springframework.beans.factory.BeanDefinitionStoreException: IOException parsing XML document from class path resource [ApplicationContext.xml]; nested exception is java.io.FileNotFoundException: class path resource [ApplicationContext.xml] cannot be opened because it does not exist
           

2、總的來說,就是 ApplicationContext.xml 這個配置檔案沒找到

到 web.xml 中去看,ApplicationContext.xml 配置的這一行是紅線

3、因為沒有在設定中配置資源檔案的目錄,是以找不到

【異常】IOException parsing XML document from class path resource [xxx.xml]

繼續閱讀