拉勾 产品经理高薪训练营
2022-12-15 15:48 作者:janet19961217 | 我要投稿
配置文件 配置order
<aop:config expose-proxy="true">
<aop:aspect ref="aopBean" order="0">
<aop:pointcut id="testPointcut" expression="@annotation(xxx.xxx.xxx.annotation.xxx)"/>
<aop:around pointcut-ref="testPointcut" method="doAround" />
</aop:aspect> </aop:config>