摘要: 参考:Spring Framework Reference Documentation Spring AOP 实现原理与 CGLIB 应用 比较分析 Spring AOP 和 AspectJ 之间的差别 AspectJ是实现AOP编程的一种具体实现 AspectJ中有两种实现的方式: 1.使用Ajc 阅读全文
posted @ 2017-11-06 15:19 Always_July 阅读(1768) 评论(0) 推荐(1) 编辑
摘要: 参考:Spring Framework Reference Documentation 静态代理、JDK与CGLIB动态代理、AOP+IoC - 张果 - 博客园 使用ProxyFactoryBean创建Aop代理 ProxyFactoryBean的几个属性 proxyTargetClass:默认为 阅读全文
posted @ 2017-11-06 13:46 Always_July 阅读(231) 评论(0) 推荐(0) 编辑