So, I have a simple properties file with the following entries:
my.value=123 another.value=hello world
This properties file is being loaded
Add to you application context file.
Then add the @Configurable annotation to Config class.
@Configurable
Config