执行效果如图:
麻烦大家帮忙看看,谢谢啦!!
看看你写的xml,你会发现,楼上讲的很有道理。
[object Object] <aop:around method="around" pointcut-ref="moocPiontcut"/> <aop:around method="aroundInit" pointcut="execution(* com.imooc.aop.schema.advice.biz.AspectBiz.init(String,int)) and args(bizName,times))"/>
moocPiontcut切入点 执行了around,init切入点 又执行了aroundinit