spring-context-5.3.22.jar包下载

摘要

Spring Context提供了对已配置对象的访问,如注册表(一个上下文)。它继承了Spring Beans的特性,并增加了对国际化、事件传播、资源加载和

书单推荐:成为Java顶级程序员架构师 ,这20来本(高薪)必看点击获取

书单推荐:成为Java顶级程序员架构师 ,这20来本(高薪)必看点击获取

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>