Spring Context提供了对已配置对象的访问,如注册表(一个上下文)。它继承了Spring Beans的特性,并增加了对国际化、事件传播、资源加载和上下文透明创建的支持
Spring Context provides access to configured objects like a registry (a context). It inherits its features from Spring Beans and adds support for internationalization, event propagation, resource loading, and the transparent creation of contexts.
使用方法
<!-- https://mvnrepository.com/artifact/org.springframework/spring-context -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>5.3.22</version>
</dependency>
- 本地下载(推荐): 本地下载