Spring Boot 3.x 系列【50】启动流程 | 刷新上下文

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

本系列Spring Boot版本3.1.0

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

文章目录

    • 1. 前言
    • 2. 核心类
      • 2.1 SpringApplicationShutdownHook
      • 2.2 BeanFactoryPostProcessor
      • 2.3 BeanPostProcessor
      • 2.4 MessageSource
      • 2.5 WebServer
    • 3. 执行流程
      • 3.1 注册应用关闭钩子
      • 3.2 准备刷新
      • 3.3 获取工厂
      • 3.4 准备Bean 工厂
      • 3.5 Be

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