I've read that I can set bean initialization properties in .properties file. I can do that with help of PropertyBeanPlaceholderConfigurer
.
I want to do the same, but pull bean initialization properties from DB instead.
- Have Spring got a standart realization for factory post processor which will help me to pull initialization properties from DB? Which?
- If haven't, how can I realizate it?