From 358200d448a62d01a3b6a3e97291ca383dce79b7 Mon Sep 17 00:00:00 2001 From: heibaiying <31504331+heibaiying@users.noreply.github.com> Date: Thu, 22 Aug 2019 15:28:51 +0800 Subject: [PATCH] Update README.md --- spring/spring-aop-annotation/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring/spring-aop-annotation/README.md b/spring/spring-aop-annotation/README.md index ea42eb6..5f39028 100644 --- a/spring/spring-aop-annotation/README.md +++ b/spring/spring-aop-annotation/README.md @@ -171,7 +171,7 @@ public class AopTest { - 优先级高的切面在切入方法前执行的通知 ( 如 before) 会优先执行,但是位于方法后执行的通知 ( 如 after,afterReturning ) 反而会延后执行,类似于同心圆原理: -