From 3f5f4f9bf0279ac22933b0edeb5c519a450d09db Mon Sep 17 00:00:00 2001 From: xuchengsheng Date: Thu, 23 Nov 2023 18:37:51 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-context/spring-context-classPathXmlApplicationContext/README.md b/spring-context/spring-context-classPathXmlApplicationContext/README.md index 73497d5..9724a3f 100644 --- a/spring-context/spring-context-classPathXmlApplicationContext/README.md +++ b/spring-context/spring-context-classPathXmlApplicationContext/README.md @@ -104,7 +104,7 @@ public class MyBean { ~~~mermaid sequenceDiagram -Title: @ComponentScan Annotation Sequence Diagram +Title: ClassPathXmlApplicationContext时序图 ClassPathXmlApplicationContextDemo->>ClassPathXmlApplicationContext:ClassPathXmlApplicationContext(configLocation) Note over ClassPathXmlApplicationContextDemo,ClassPathXmlApplicationContext: 创建ClassPathXmlApplicationContext实例