Exception in thread "main" org.springframework.beans.factory.BeanDefinitionStoreException: IOException parsing XML document from class path resource [Beans.xml]; nested exception is java.io.FileNotFoundException: class path resource [Beans.xml] cannot be opened because it does not exist
问题:没有导入aop包
解决:https://repo.spring.io/release/org/springframework/spring/下载即可
原文:https://www.cnblogs.com/SeasonBubble/p/12355999.html