We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c873be2 commit 0d6f2a8Copy full SHA for 0d6f2a8
MD/spring/spring-bean-lifecycle.md
@@ -5,7 +5,7 @@
5
6
Spring Bean 的生命周期在整个 Spring 中占有很重要的位置,掌握这些可以加深对 Spring 的理解。
7
8
-首先放一张很经典的生命周期图:
+首先放一张经典的生命周期图:
9
10

11
@@ -156,5 +156,5 @@ public class SpringLifeCycleProcessor implements BeanPostProcessor {
156
2018-03-21 00:40:25.156 [Thread-8] INFO c.c.spring.annotation.AnnotationBean - AnnotationBean destroy
157
```
158
159
-
+之后则是进入 bean 的销毁阶段。
160
0 commit comments