Concept Flow - Embedded server concept
Start Spring Boot Application
Create Embedded Server Instance
Configure Server Settings
Start Server Listening on Port
Handle Incoming HTTP Requests
Process Requests with Controllers
Send HTTP Responses
Application Running with Embedded Server
This flow shows how Spring Boot starts an embedded server, configures it, listens for requests, and processes them within the application.