Spring框架(八):基于xml方式Bean的配置

基于xml方式Bean的配置

  • 引子
  • 基于xml方式Bean的配置
  • Sping工厂实现
    • 静态工厂
    • 实例工厂
    • FactoryBean
  • Bean的依赖注入
  • Spring的xml标签
  • Spring的getBean方法
  • Spring配置非自定义Bean
  • SpringBean实例化的基本流程

引子

痛定思痛,主要问题出现在自己雀氏不熟悉框架底层、一些面试题,以及sql的一些情况淡忘了。
本章节的开始是对于过去的重新回顾,当然,我也会深入基础,阅读源码,仔细熟悉开发过程,对问题进行整体学习,
后面会深入去做一些sql的题目来提升mysql能力
相关代码代码和笔记已经放到了gitee中去,喜欢的读者记得点赞下载
链接: SpringBeanBasedXml

基于xml方式Bean的配置

Spring框架(八):基于xml方式Bean的配置_第1张图片

Spring框架(八):基于xml方式Bean的配置_第2张图片
Spring框架(八):基于xml方式Bean的配置_第3张图片

Spring框架(八):基于xml方式Bean的配置_第4张图片

Spring框架(八):基于xml方式Bean的配置_第5张图片

Spring框架(八):基于xml方式Bean的配置_第6张图片

Spring框架(八):基于xml方式Bean的配置_第7张图片

Spring框架(八):基于xml方式Bean的配置_第8张图片

Spring框架(八):基于xml方式Bean的配置_第9张图片

Spring框架(八):基于xml方式Bean的配置_第10张图片

Spring框架(八):基于xml方式Bean的配置_第11张图片
Spring框架(八):基于xml方式Bean的配置_第12张图片
Spring框架(八):基于xml方式Bean的配置_第13张图片
Spring框架(八):基于xml方式Bean的配置_第14张图片

Spring框架(八):基于xml方式Bean的配置_第15张图片

Spring框架(八):基于xml方式Bean的配置_第16张图片

Spring框架(八):基于xml方式Bean的配置_第17张图片

Sping工厂实现

Spring框架(八):基于xml方式Bean的配置_第18张图片

静态工厂

在这里插入图片描述

Spring框架(八):基于xml方式Bean的配置_第19张图片
在这里插入图片描述
Spring框架(八):基于xml方式Bean的配置_第20张图片

Spring框架(八):基于xml方式Bean的配置_第21张图片

实例工厂

Spring框架(八):基于xml方式Bean的配置_第22张图片
在这里插入图片描述
在这里插入图片描述
Spring框架(八):基于xml方式Bean的配置_第23张图片
Spring框架(八):基于xml方式Bean的配置_第24张图片

FactoryBean

Spring框架(八):基于xml方式Bean的配置_第25张图片
Spring框架(八):基于xml方式Bean的配置_第26张图片
Spring框架(八):基于xml方式Bean的配置_第27张图片
在这里插入图片描述
Spring框架(八):基于xml方式Bean的配置_第28张图片
Spring框架(八):基于xml方式Bean的配置_第29张图片

Spring框架(八):基于xml方式Bean的配置_第30张图片
Spring框架(八):基于xml方式Bean的配置_第31张图片

Bean的依赖注入

Spring框架(八):基于xml方式Bean的配置_第32张图片
Spring框架(八):基于xml方式Bean的配置_第33张图片
在这里插入图片描述
Spring框架(八):基于xml方式Bean的配置_第34张图片
Spring框架(八):基于xml方式Bean的配置_第35张图片
Spring框架(八):基于xml方式Bean的配置_第36张图片
Spring框架(八):基于xml方式Bean的配置_第37张图片
Spring框架(八):基于xml方式Bean的配置_第38张图片
Spring框架(八):基于xml方式Bean的配置_第39张图片
Spring框架(八):基于xml方式Bean的配置_第40张图片
Spring框架(八):基于xml方式Bean的配置_第41张图片
Spring框架(八):基于xml方式Bean的配置_第42张图片
Spring框架(八):基于xml方式Bean的配置_第43张图片
在这里插入图片描述

Spring的xml标签

Spring框架(八):基于xml方式Bean的配置_第44张图片
Spring框架(八):基于xml方式Bean的配置_第45张图片
Spring框架(八):基于xml方式Bean的配置_第46张图片
Spring框架(八):基于xml方式Bean的配置_第47张图片
Spring框架(八):基于xml方式Bean的配置_第48张图片

Spring的getBean方法

Spring框架(八):基于xml方式Bean的配置_第49张图片
Spring框架(八):基于xml方式Bean的配置_第50张图片

Spring配置非自定义Bean

Spring框架(八):基于xml方式Bean的配置_第51张图片
Spring框架(八):基于xml方式Bean的配置_第52张图片
Spring框架(八):基于xml方式Bean的配置_第53张图片
Spring框架(八):基于xml方式Bean的配置_第54张图片

SpringBean实例化的基本流程

Spring框架(八):基于xml方式Bean的配置_第55张图片
Spring框架(八):基于xml方式Bean的配置_第56张图片
Spring框架(八):基于xml方式Bean的配置_第57张图片
Spring框架(八):基于xml方式Bean的配置_第58张图片
Spring框架(八):基于xml方式Bean的配置_第59张图片
Spring框架(八):基于xml方式Bean的配置_第60张图片
Spring框架(八):基于xml方式Bean的配置_第61张图片

你可能感兴趣的:(Spring基础,spring,xml,java)