From 7bfc2b390c4b8856fb58401c1d09a55a08a7e3d7 Mon Sep 17 00:00:00 2001 From: xuchengsheng Date: Thu, 23 Nov 2023 19:14:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9EAnnotationConfigApplicationCo?= =?UTF-8?q?ntext=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6fbc6c1..59a93da 100644 --- a/README.md +++ b/README.md @@ -126,11 +126,9 @@ - 容器上下文 - - [`ClassPathXmlApplicationContext`](spring-context/spring-context-classPathXmlApplicationContext/README.md):类路径(classpath)加载 XML 配置文件的上下文。 + - [`ClassPathXmlApplicationContext`](spring-context/spring-context-classPathXmlApplicationContext/README.md):类路径(classpath)加载 XML 配置文件的上下文。 - - `FileSystemXmlApplicationContext`:文件系统加载 XML 配置文件的上下文。 - - - `AnnotationConfigApplicationContext`:注解配置类中加载配置信息的上下文。 + - [`AnnotationConfigApplicationContext`](spring-context/spring-context-annotationConfigApplicationContext/README.md):注解配置类中加载配置信息的上下文。 - `GenericApplicationContext`:支持多种配置方式,XML、注解、手动注册的上下文。