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、注解、手动注册的上下文。