怎么让spring动态代理采用CGLIB的模式

在spring配置中,加入下面一个配置

<aop:aspectj-autoproxy proxy-target-class="true"/>

原文地址:https://www.cnblogs.com/wwssgg/p/14431600.html