请问为什么不能输出before??
以下是注解配置
@Component
@Aspect
@Configuration
@EnableAspectJAutoProxy
以下是xml:
@Component
@Aspect
.xml文件中加入<aop:aspectj-autoproxy></aop:aspectj-autoproxy>
具体原因有两个,已经找到
@Component注解
@aspect.xml中配置缺少<aop:aspectj-autoproxy></aop:aspectj-autoproxy>
MoocAspect 类上面的第一个注解是 @Component,不是@Configurable!