会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
honghj
博客园
首页
新随笔
联系
管理
订阅
2018年1月12日
Spring_Spring与AOP
摘要: 一、传统编程使用代理解决目标类增强问题 1 //主业务接口 2 public interface ISomeService { 3 // 目标方法 4 void doFirst(); 5 // 目标方法 6 void doSecond(); 7 } 1 //目标类 2 public class So
阅读全文
posted @ 2018-01-12 00:57 honghj
阅读(573)
评论(0)
推荐(0)
编辑
公告