1. 程式人生 > >【Idea匯入maven web專案異常】IOException parsing XML document from class path resource [xxx.xml]

【Idea匯入maven web專案異常】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、因為沒有在設定中配置資原始檔的目錄,所以找不到