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" />
上一篇:MySQL主从复制原理及配置详细过程以及主从复制集群自动化部署的实现


下一篇:Nginx 学习笔记(二)Web 服务启用 HTTP/2