How can I refresh spring configuration file without restarting my servlet container.
I am looking for a solution other than javarebel.
|
|
How can I refresh spring configuration file without restarting my servlet container. I am looking for a solution other than javarebel. |
||
|
|
|
|
I wouldn't recommend you to do that. What do you expect to happen to singleton beans which their configuration modified? do you expect all singletons to reload? but some objects may hold references to that singletons. See this post as well Automatic configuration reinitialization in Spring |
||
|
|