Application Startup Steps
此附录部分列出了核心容器所用的现有 StartupSteps
。
This part of the appendix lists the existing StartupSteps
that the core container is instrumented with.
有关每个启动步骤的名称和详细信息不属于公共契约,并且可能发生变化;这被视为核心容器的实现细节,并且将遵循其行为变化。
The name and detailed information about each startup step is not part of the public contract and is subject to change; this is considered as an implementation detail of the core container and will follow its behavior changes.
Name | Description | Tags |
---|---|---|
|
Instantiation of a bean and its dependencies. |
|
|
Initialization of |
|
|
Creation of the |
|
|
Scanning of base packages. |
|
|
Beans post-processing phase. |
|
|
Invocation of the |
|
|
Invocation of the |
|
|
Registration of component classes through |
|
|
Enhancement of configuration classes with CGLIB proxies. |
|
|
Configuration classes parsing phase with the |
|
|
Application context refresh phase. |