From bf1b2158314aaf148fcbcb5156dd669a9a448b04 Mon Sep 17 00:00:00 2001 From: xuchengsheng Date: Thu, 23 Nov 2023 17:52:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9EClassPathXmlApplicationContex?= =?UTF-8?q?t=E7=9B=AE=E5=BD=95?= 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 996f82f..6fbc6c1 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,7 @@ - 容器上下文 - - `ClassPathXmlApplicationContext`:类路径(classpath)加载 XML 配置文件的上下文。 + - [`ClassPathXmlApplicationContext`](spring-context/spring-context-classPathXmlApplicationContext/README.md):类路径(classpath)加载 XML 配置文件的上下文。 - `FileSystemXmlApplicationContext`:文件系统加载 XML 配置文件的上下文。