1 Star 0 Fork 156

whl595145999 / Spring-Analysis

forked from huifer / Code-Analysis 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Readme.md 6.64 KB
一键复制 编辑 原始数据 按行查看 历史
huifer 提交于 2020-12-25 15:26 . Merge branch 'main'

Spring BeanFactory 阅读指南

  • BeanFactory 主要用来访问 Spring Bean 容器, 它作为访问容器的根接口. 有很多拓展的接口.

    • org.springframework.beans.factory.HierarchicalBeanFactory
    • org.springframework.beans.factory.ListableBeanFactory
    • org.springframework.beans.factory.config.ConfigurableBeanFactory
    • org.springframework.context.ApplicationContext -org.springframework.jndi.support.SimpleJndiBeanFactory
    • ...
  • 本节将围绕 BeanFactory 接口展开. 介绍 BeanFactory 系列接口.

接口及实现类分析

Java
1
https://gitee.com/595145999/spring-analysis.git
git@gitee.com:595145999/spring-analysis.git
595145999
spring-analysis
Spring-Analysis
master

搜索帮助