随笔分类 -  spring学习

摘要:cglib和jdk动态代理的选择 阅读全文
posted @ 2018-08-11 18:12 seril 阅读(107) 评论(0) 推荐(0)
只有注册用户登录后才能阅读该文。
posted @ 2018-06-04 15:39 seril 阅读(1) 评论(0) 推荐(0)
摘要:从<aop:config>标签开始,从切入面到切入点配置 (before和after方法写在了com.aop.springAop中) (更新:bean忘记赋值了。。。。) 阅读全文
posted @ 2018-02-06 21:22 seril 阅读(123) 评论(0) 推荐(0)
摘要:(开发环境是MyEclipse) 静态代理示例 HellowStaticProxy代理, HellowObject被代理 HellowObject和HellowStaticProxy实现iHellowProxy接口 (iHellowProxy中声明被需要被代理的方法) iHellowProxy接口: 阅读全文
posted @ 2018-02-06 20:59 seril 阅读(156) 评论(0) 推荐(0)