we are planning to move our properties to database trying to make it re-loadable.
we are injecting properties value in code using
@Value("${name}")
String name;
### our properties file is like
name=zuned
Just wondering Spring 3.1 provide some feature.
I am able to do so , have uploaded my POC on gitHub
https://github.com/zuned/dynamic_property_loading