From 849aa971f32c5d3c8c177eb1180806ee5ee35248 Mon Sep 17 00:00:00 2001 From: linlei Date: Tue, 2 Apr 2024 15:25:13 +0800 Subject: [PATCH] =?UTF-8?q?Pointcut=E6=BA=90=E7=A0=81=E5=88=86=E6=9E=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a7a06e6..8b24dd9 100644 --- a/README.md +++ b/README.md @@ -196,7 +196,7 @@ - [Provider](spring-jsr/spring-jsr330-provider/README.md):Java标准库提供的通用Bean工厂接口。 + Spring AOP - - [Pointcut](spring-jsr/spring-jsr330-inject/README.md):定义切入点,匹配被拦截的方法。 + - [Pointcut](spring-aop/spring-aop-pointcut/README.md):定义切入点,匹配被拦截的方法。 + Spring AOT