Spring Boot - Application Configuration
You have a class annotated with
@ConfigurationProperties(prefix = "app") but after running the app, the properties are not injected. What is the most likely cause?