SyntaxFix
Write A Post
Hire A Developer
Questions
In my case I was missing the curly braces. I had @Value("foo.bar") String value instead of the correct form @Value("${foo.bar}") String value
@Value("foo.bar") String value
@Value("${foo.bar}") String value