Hi,
I want to reconfigure my app without restarting it. All parameters are in a properties file.
How can I achieve this?
Is changing the properties file and calling AbstractApplicationContext.refresh() the right way?
Thx.
Hi,
I want to reconfigure my app without restarting it. All parameters are in a properties file.
How can I achieve this?
Is changing the properties file and calling AbstractApplicationContext.refresh() the right way?
Thx.
Hi,
thx for the answer. What do you mean with !I'm doing it already"?
AbstractApplicationContext.refresh() leads to "creating a new instance of the BeanDefinitionReader"?