Skip to content

Commit 76de081

Browse files
committed
✨ Introducing new features.Spring lifecycle
1 parent ebffa51 commit 76de081

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MD/spring/spring-bean-lifecycle.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,5 +176,5 @@ public class SpringLifeCycleProcessor implements BeanPostProcessor {
176176
2018-03-21 00:40:25.156 [Thread-8] INFO c.c.spring.annotation.AnnotationBean - AnnotationBean destroy
177177
```
178178

179-
之后则是进入 bean 的销毁阶段
179+
直到 Spring 上下文销毁时则会调用自定义的销毁方法以及实现了 `DisposableBean``destroy()` 方法
180180

0 commit comments

Comments
 (0)