Concept Flow - application.properties structure
Start: Load application.properties
Read each property line
Parse key=value pair
Store in Environment
Use properties in app components
End
Spring Boot reads the application.properties file line by line, parses each key=value pair, stores them in the environment, and makes them available to the application.