新增ClassPathXmlApplicationContext目录

master
xuchengsheng 2023-11-23 17:52:14 +08:00
parent ab20e17e64
commit bf1b215831
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@
- 容器上下文
- `ClassPathXmlApplicationContext`类路径classpath加载 XML 配置文件的上下文。<img src="https://img.shields.io/badge/%E5%8D%B3%E5%B0%86%E6%9B%B4%E6%96%B0-339933"></img>
- [`ClassPathXmlApplicationContext`](spring-context/spring-context-classPathXmlApplicationContext/README.md)类路径classpath加载 XML 配置文件的上下文。
- `FileSystemXmlApplicationContext`:文件系统加载 XML 配置文件的上下文。<img src="https://img.shields.io/badge/%E5%8D%B3%E5%B0%86%E6%9B%B4%E6%96%B0-339933"></img>