Cannot locate BeanDefinitionParser for element [scoped-proxy]

指定使用 CGLIB 而不使用 JDK 生成代理对象:
注意:此两个标签必须同时出现,不然会报:Cannot locate BeanDefinitionParser for element [scoped-proxy]
<!-- 指定使用 CGLIB 生成代理对象 -->
<aop:aspectj-autoproxy proxy-target-class="true" />
<aop:config proxy-target-class="true" />
原文地址:https://www.cnblogs.com/xiluhua/p/10311351.html