问答详情
源自:5-5 Advice应用(下)

为什么在around中的输出会执行两次

执行效果如图:

https://img2.mukewang.com/5bc44b570001f6b702720271.jpg


https://img3.mukewang.com/5bc44b7100015c3806550339.jpg

麻烦大家帮忙看看,谢谢啦!!

提问者:Serena_Cecilia 2018-10-15 16:10

个回答

  • 慕虎7020787
    2018-11-04 21:30:20

    看看你写的xml,你会发现,楼上讲的很有道理。

  • mmxyh
    2018-10-24 16:41:27

    [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