1. 生成当前类的代理对象
((当前类)AopContext.currentProxy()).类中方法
2. 在启动类上加注解基于CGLIB来实现,将bean暴露给当前线程
@EnableAspectJAutoProxy(proxyTargetClass = true, exposeProxy = true)
1. 生成当前类的代理对象
((当前类)AopContext.currentProxy()).类中方法
2. 在启动类上加注解基于CGLIB来实现,将bean暴露给当前线程
@EnableAspectJAutoProxy(proxyTargetClass = true, exposeProxy = true)