Skip to content

Commit 0d6f2a8

Browse files
committed
✨ Introducing new features.Spring lifecycle
1 parent c873be2 commit 0d6f2a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MD/spring/spring-bean-lifecycle.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
Spring Bean 的生命周期在整个 Spring 中占有很重要的位置,掌握这些可以加深对 Spring 的理解。
77

8-
首先放一张很经典的生命周期图
8+
首先放一张经典的生命周期图
99

1010
![](https://ws2.sinaimg.cn/large/006tNc79gy1fpjqo8lkc6j30fi0eemye.jpg)
1111

@@ -156,5 +156,5 @@ public class SpringLifeCycleProcessor implements BeanPostProcessor {
156156
2018-03-21 00:40:25.156 [Thread-8] INFO c.c.spring.annotation.AnnotationBean - AnnotationBean destroy
157157
```
158158

159-
159+
之后则是进入 bean 的销毁阶段。
160160

0 commit comments

Comments
 (0)