org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException:

Caused by: org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: Line 16 in XML document from class path resource [applicationContext.xml] is invalid; nested exception is org.xml.sax.SAXParseException; lineNumber: 16; columnNumber: 14; 元素 “aop:config” 的前缀 “aop” 未绑定。

错误位置:核心配置文件的约束配置错误,若用的是Aop开发,则需要Aop的约束,先导jar包,再配置。
图1错误的:
org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException:
改正后图2:
org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: