ClassPathXmlApplicationContext源码分析

master
xuchengsheng 2023-11-23 18:37:51 +08:00
parent 3c61df9f7b
commit 3f5f4f9bf0
1 changed files with 1 additions and 1 deletions

View File

@ -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实例