From bb6165df4c9d23db2f688c9db5c69286d2e1a4f7 Mon Sep 17 00:00:00 2001 From: xuchengsheng Date: Thu, 23 Nov 2023 18:24:06 +0800 Subject: [PATCH] =?UTF-8?q?ClassPathXmlApplicationContext=E6=BA=90?= =?UTF-8?q?=E7=A0=81=E5=88=86=E6=9E=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../spring-context-classPathXmlApplicationContext/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-context/spring-context-classPathXmlApplicationContext/README.md b/spring-context/spring-context-classPathXmlApplicationContext/README.md index ae23512..73497d5 100644 --- a/spring-context/spring-context-classPathXmlApplicationContext/README.md +++ b/spring-context/spring-context-classPathXmlApplicationContext/README.md @@ -1,6 +1,6 @@ -## AbstractApplicationContext +## ClassPathXmlApplicationContext -- [AbstractApplicationContext](#abstractapplicationcontext) +- [ClassPathXmlApplicationContext](#classpathxmlapplicationcontext) - [一、基本信息](#一基本信息) - [二、知识储备](#二知识储备) - [三、基本描述](#三基本描述)