So, I have a simple properties file with the following entries:
my.value=123 another.value=hello world
This properties file is being loaded
As its working with @Controller, it seems you are instantiating Config yourself. Let the Spring instantiate it.
@Controller
Config