Concept Flow - @Value for property injection
Start Spring Boot App
Read application.properties
Find @Value annotation
Inject property value into field
Use injected value in component
App runs with configured values
Spring Boot reads properties, finds @Value annotations, injects values into fields, then uses them in the app.