Concept Flow - Running a Spring Boot application
Start Application
Spring Boot Main Method
SpringApplication.run()
Spring Boot Context Initialized
Embedded Server Starts
Application Ready to Serve Requests
This flow shows how starting a Spring Boot app runs the main method, initializes the context, starts the embedded server, and makes the app ready.