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

来源:5-5 Advice应用(下)

Serena_Cecilia

2018-10-15 16:10

执行效果如图:

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


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

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

写回答 关注

2回答

  • 慕虎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


Spring入门篇

为您带来IOC和AOP的基本概念及用法,为后续高级课程学习打下基础

268785 学习 · 963 问题

查看课程

相似问题