spring 五种部类通知
spring 五种类型通知
spring 五种类型通知
1、Before(前) org.apringframework.aop.MethodBeforeAdvice
2、After-returning(返回后) org.springframework.aop.AfterReturningAdvice
3、After-throwing(抛出后) org.springframework.aop.ThrowsAdvice
4、Arround(周围) org.aopaliance.intercept.MethodInterceptor
5、Introduction(引入) org.springframework.aop.IntroductionInterceptor
spring 五种类型通知
1、Before(前) org.apringframework.aop.MethodBeforeAdvice
2、After-returning(返回后) org.springframework.aop.AfterReturningAdvice
3、After-throwing(抛出后) org.springframework.aop.ThrowsAdvice
4、Arround(周围) org.aopaliance.intercept.MethodInterceptor
5、Introduction(引入) org.springframework.aop.IntroductionInterceptor