Spring ApplicationContext 容器

ApplicationContext 容器 Application Context 是 BeanFactory 的子接口,也被称为 Spring 上下文。 Application Context 是 spring 中较高级的容器。和 BeanFactory 类似,它可以加载配置文件中定义的 bean,将所有的 bean 集中在一起,当有请求的时候分配 bean。 另外,它增加了企业所需要的功能,比
相关文章
相关标签/搜索