我已经开启了aop 支持,但是还是无效
#aop spring.aop.auto=true spring.aop.proxy-target-class=true解决方法
在main启动方法加上注解
@EnableAspectJAutoProxy(proxyTargetClass = true)

我已经开启了aop 支持,但是还是无效
#aop spring.aop.auto=true spring.aop.proxy-target-class=true解决方法
在main启动方法加上注解
@EnableAspectJAutoProxy(proxyTargetClass = true)