We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91e0f56 commit ab8f436Copy full SHA for ab8f436
1 file changed
docs/Spring/Spring整体脉络/16张图解锁Spring的整体脉络.md
@@ -132,13 +132,13 @@ FactoryBean ,它本身就是个 Bean,算是小工厂 ,归 BeanFactory 这
132
133
相比大工厂 BeanFactory 少了特别多东西,没有严格的 Bean 生命周期流程 😄
134
135
-FacotryBean 对象本身也是一个 Bean,是一个小工厂,可以生产另外的 Bean
+FactoryBean 对象本身也是一个 Bean,是一个小工厂,可以生产另外的 Bean
136
137
BeanFactory 是 Spring 容器的根接口,是大工厂,生产各种各样的 Bean
138
139
beanName 就是正常对象
140
141
-“&”+beanName , 获取的是实现了该接口的 FacotryBean 工厂对象
+“&”+beanName , 获取的是实现了该接口的 FactoryBean 工厂对象
142
143
大致如下 👇
144
0 commit comments