发表评论取消回复
相关阅读
相关 Spring源码阅读(基础)
第一章:bean的元数据 1.bean的注入方式: 1.1 xml文件 1.2 注解 @Component(自己写的类才能在上面加这些注解) 1.3配置
相关 spring源码阅读 - 容器
1.容器和上下文: 1.bean工厂的创建: DefaultListalbleBeanFactory是一个典型的bean工厂实现,这个类类图如下’: ![ec88
相关 Spring源码系列:ApplicationContext的详解
前言 在之前的文章中,我们已经对Spring源码中的一些核心概念进行了分析。由于篇幅限制,我们并没有详细解释ApplicationContext类所继承的父接口及其作用。
相关 【框架源码篇 05】Spring源码篇-ApplicationContext
Spring源码篇-ApplicationContext 前面通过手写IoC,DI、AOP和Bean的配置。到最后ApplicationContext的门面处理,对于
相关 Spring源码阅读笔记
一直在用着spring却没有系统性的阅读过spring源码,以前碎片化的阅读不成体系,很难对其设计思想有深入的理解,在此记录博客,也算是自己的笔记了。 第一部分: sprin
相关 Spring-源码阅读
spring-core spring-beans spring-aop spring-context GenericApplicationCon
相关 Spring源码学习--ApplicationContext(十二)
ApplicationContext是所有应用上下文的父接口,其也继承了BeanFactory的相关接口,简单来说也是一个Bean工厂,所以ApplicationContext
相关 Spring5源码 - ApplicationContext(高级容器)
Spring5源码 - ApplicationContext(高级容器) ApplicationContext 称为高级容器的原因是其继承了多个接口,具备更多的功能。
相关 Spring源码阅读——ApplicationContext
Spring中提供了一个接口ApplicationContext,用于扩展BeanFactory中现有的功能。它提供了更多的功能。现在我们来看下它的实现: publi
相关 Spring源码——容器扩展ApplicationContext
前言 内容主要参考自《Spring源码深度解析》一书,算是读书笔记或是原书的补充。进入正文后可能会引来各种不适,毕竟阅读源码是件极其痛苦的事情。 本文主要涉及书中第六章
还没有评论,来说两句吧...