开发者

spring aop config

trying to do the below, basic开发者_如何学Goally capture all calls to all beans that end in "Service", except for calls to beans that end in "BlahService". But this isn't working. Do i have this correct?

 <aop:advisor pointcut="bean(*Service) and not bean(*BlahService)"
        advice-ref="someAdvisor" />
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜