Skip to content

Commit 55d843b

Browse files
committed
提交笔记
1 parent b0db09c commit 55d843b

File tree

4 files changed

+310
-6
lines changed

4 files changed

+310
-6
lines changed

source/_posts/JAVA/源码/spring&springboot/SpringBoot执行扩展点.md renamed to source/_posts/JAVA/源码/spring&springboot/SpringBoot执行扩展点接口.md

+3-6
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,8 @@ categories:
88
thumbnail: https://images.unsplash.com/photo-1500964757637-c85e8a162699?crop=entropy&cs=srgb&fm=jpg&ixid=M3w2NDU1OTF8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NDQ5NTMxNDB8&ixlib=rb-4.0.3&q=85&w=1920&h=1080
99
published: false
1010
---
11-
## 1. BootstrapRegistryInitializer
11+
## 1. SpringApplicationRunListener
1212

13-
- initialize:当创建 BootstrapContext 上下文对象时进行初始化的调用,可以注册一些特殊的实例获取器,以及添加BootstrapContextClosedEvent关闭的事件监听器
13+
- starting:DefaultBootstrapContext创建后会进行调用
1414

15-
## 2. SpringApplicationRunListeners
16-
17-
- starting:容器正在启动时的监听器
18-
- environmentPrepared
15+
## 2.

0 commit comments

Comments
 (0)