Skip to content

Commit 48e6077

Browse files
committed
Update SpringInterviewQuestions.md
1 parent 5d72b2d commit 48e6077

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/system-design/framework/spring/SpringInterviewQuestions.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,6 @@ public OneService getService(status) {
181181
- 如果涉及到一些属性值 利用 `set()`方法设置一些属性值。
182182
- 如果 Bean 实现了 `BeanNameAware` 接口,调用 `setBeanName()`方法,传入Bean的名字。
183183
- 如果 Bean 实现了 `BeanClassLoaderAware` 接口,调用 `setBeanClassLoader()`方法,传入 `ClassLoader`对象的实例。
184-
- 如果Bean实现了 `BeanFactoryAware` 接口,调用 `setBeanClassLoader()`方法,传入 `ClassLoade` r对象的实例。
185184
- 与上面的类似,如果实现了其他 `*.Aware`接口,就调用相应的方法。
186185
- 如果有和加载这个 Bean 的 Spring 容器相关的 `BeanPostProcessor` 对象,执行`postProcessBeforeInitialization()` 方法
187186
- 如果Bean实现了`InitializingBean`接口,执行`afterPropertiesSet()`方法。

0 commit comments

Comments
 (0)