[SpringBoot3.0 source code] source code analysis of startup process

Article directory

SpringBoot startup class:

@SpringBootApplication
public class AppRun {
   
    
    
    public static void main(String[] args) {
   
    
    
        SpringApplication.run

Guess you like

Origin blog.csdn.net/CSDN_SAVIOR/article/details/129007828