精通Spring Framework (3) 深入掌握Spring AOP(一)一、Spring AOP二、 AspectJ 编译实现AOP
文章目录一、Spring AOP1.1 通知 advice环绕通知后置通知和返回通知的区别1.2 切点 pointcut1.3 连接点 joinpoint1.4 切面 Aspect1.5 引入 Introduction1.6 织入 Weaving二、 AspectJ 编译实现AOPspring framework 两个特性:1.依赖翻转2.面向切面DI 有助于应用对象之间的解耦,AOP可以实现横切关注点域他们所影响对象之间的解耦。AOP(Aspect-OrientedProgramming,面向