Spring Boot 3.x 系列【49】启动流程 | 创建、准备应用上下文

有道无术,术尚可求,有术无道,止于术。

本系列Spring Boot版本3.1.0

源码地址:https://gitee.com/pearl-organization/study-spring-boot3

文章目录

    • 1. 前言
    • 2. 核心类
      • 2.1 ServletWebServerApplicationContext
      • 2.2 AnnotatedBeanDefinitionReader ClassPathBeanDefinitionScanner
      • 2.3 ApplicationContextFactory
    • 3. 执行流程
      • 3.1 创建应用上下文
      • 3.2 准备上下文
        • 3.2.1 setEnvironment
        • 3.2.2 postProcessA

你可能感兴趣的:(Spring,Boot,3.x,spring,boot,java,spring)