Aop之Xml aspect配置

论坛 期权论坛     
选择匿名的用户   2021-5-22 18:58   25   0
<p style="margin-top:0px; margin-bottom:0px; padding-top:0px; padding-bottom:0px; font-family:Arial; font-size:14px; line-height:26px"> <span style="font-size:18px">   上篇博文《<a href="http://blog.csdn.net/xiaoxian8023/article/details/17225339" rel="noopener noreferrer" style="color:rgb(202,0,0); text-decoration:none" target="_blank">3幅图让你了解Spring AOP</a>》中介绍了aop通知类型,AOP的配置方式有2种方式:xml配置和AspectJ注解方式。今天我们就来实践一下xml配置方式。</span></p>
<p style="margin-top:0px; margin-bottom:0px; padding-top:0px; padding-bottom:0px; font-family:Arial; font-size:14px; line-height:26px"> <span style="font-size:18px"><br> </span></p>
<p style="margin-top:0px; margin-bottom:0px; padding-top:0px; padding-bottom:0px; font-family:Arial; font-size:14px; line-height:26px"> <span style="font-size:18px">      我采用的jdk代理,所以首先将接口和实现类代码附上</span></p>
<p style="margin-top:0px; margin-bottom:0px; padding-top:0px; padding-bottom:0px; font-family:Arial; font-size:14px; line-height:26px"> <span style="font-size:18px"></span></p>
<div class="dp-highlighter bg_java" style="font-family:Consolas,&#39;Courier New&#39;,Courier,mono,serif; width:936.53125px; overflow:auto; padding-top:1px; line-height:26px; background-color:rgb(231,229,220); margin:18px 0px!important">
<div class="bar" style="padding-left:45px">
  <div class="tools" style="padding:3px 8px 10px 10px; font-size:9px; line-height:normal; font-family:Verdana,Geneva,Arial,Helvetica,sans-serif; color:silver; border-left-width:3px; border-left-style:solid; border-left-color:rgb(108,226,108); background-color:rgb(248,248,248)">
   <strong>[java]</strong>
   <a class="ViewSource" href="http://blog.csdn.net/xiaoxian8023/article/details/17258933#" rel="noopener noreferrer" style="color:rgb(160,160,160); text-decoration:none; border:none; padding:1px; margin:0px 10px 0px 0px; font-size:9px; display:inline-block; width:16px; height:16px; text-indent:-2000px; background-color:inherit" target="_blank" title="view plain">view plain</a>
   <a class="CopyToClipboard" href="http://blog.csdn.net/xiaoxian8023/article/details/17258933#" rel="noopener noreferrer" style="color:rgb(160,160,160); text-decoration:none; border:none; padding:1px; margin:0px 10px 0px 0px; font-size:9px; display:inline-block; width:16px; height:16px; text-indent:-2000px; background-color:inherit" target="_blank" title="copy">copy</a>
   <a href="https://code.csdn.net/snippets/118606" rel="noopener noreferrer" style="color:rgb(160,160,160); text-decoration:none; border:none; padding:1px; margin:0px 10px 0px 0px; font-size:9px; display:inline-block; width:16px; height:16px; background-color:inherit" target="_blank" title="在CODE上查看代码片"><img alt="在CODE上查看代码片" height="12" src="https://beijingoptbbs.oss-cn-beijing.aliyuncs.com/cs/5606289-a7c8e286f463007e2a900848b93dd72c.png" style="border:none; max-width:100%; position:relative; top:1px; left:2px" width="12"></a>
   <a href="https://code.csdn.net/snippets/118606/fork" rel="noopener noreferrer" style="color:rgb(160,160,160); text-decoration:none; border:none; padding:1px; margin:0px 10px 0px 0px; font-size:9px; display:inline-block; width:16px; height:16px; background-color:inherit" target="_blank" title="派生到我的代码片"><img alt="派生到我的代码片" height="12" src="https://beijingoptbbs.oss-cn-beijing.aliyuncs.com/cs/5606289-9e12f1d3e499fc949c886e7c9e0484f9.svg" style="border:none; max-width:100%; position:relative; top:2px; left:2px" width="12"></a>
   <div style="position:absolute; left:438px; top:540px; width:18px; height:18px; z-index:99">
   </div>
  </div>
</div>
<ol class="dp-j" start="1" style="padding:0px; border:none; list-style-position:initial; color:rgb(92,92,92); background-color:rgb(255,255,255); margin:0px 0px 1px 45px!important"><li class="alt" style="border-style:none none none solid; border-left-width:3px; border-left-color:rgb(108,226,108); list-style:decimal-leading-zero outside; color:inherit; line-height:18px; margin:0px!important; padding:0px 3px 0px 10px!important"> <span style="margin:0px; padding:0px; border:none; color:black; background-color:inherit"><span class="keyword" style="margin:0px; padding:0px; border:none; color:rgb(0,102,153); font-weight:bold; background-color:inherit">package</span><span style="margin:0px; padding:0px; border:none; background-color:inherit"> com.tgb.aop;  </span></span></li><li style="border-style:none none none solid; border-left-width:3px; border-left-color:rgb(108,226,108); list-style:decimal-leading-zero outside; line-height:18px; background-color:rgb(248,248,248); margin:0px!important; padding:0px 3px 0px 10px!important"> <span style="margin:0px; padding:0px; border:none; color:black; background-color:inherit">  </span></li><li class="alt" style="border-style:none none none solid; border-left-width:3px; border-left-color:rgb(108,226,108); list-style:decimal-leading-zero outside; color:inherit; line-height:18px; margin:0px!important; padding:0px 3px 0px 10px!important"> <span style="margin:0px; padding:0px; border:none; color:black; background-color:inherit"><span class="keyword" style="margin:0px; padding:0px; border:none; color:rgb(0,102,153); font-weight:bold; background-color:inherit">public</span><span style="margin:0px; padding:0px; border:none; background-color:inherit"> </span><span class="keyword" style="margin:0px; padding:0px; border:none; color:rgb(0,102,153); font-weight:bold
分享到 :
0 人收藏
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

积分:3875789
帖子:775174
精华:0
期权论坛 期权论坛
发布
内容

下载期权论坛手机APP