Have question on PropertyPlaceholderConfigurer. If properties file is changed, will spring loads it dynamically or do we have to start app for the changes to take effect?
Have question on PropertyPlaceholderConfigurer. If properties file is changed, will spring loads it dynamically
Share
They’re loaded on startup.
But making them reloadable is completely doable.