spring-loaded
spring-loaded copied to clipboard
Support changes to xml configuration
Changing spring xml config doesn't seem to trigger anything with spring-loaded. Is this expected behavior? Even if these changes couldn't be loaded dynamically (which of course would be awesome), could it at least trigger a reload of the app, so we don't have to do this manually?
Yes, that is the expected behaviour. The Spring reloading plugin is very basic.
Ok, and how bout a full app restart, like what you would get with the jmx based reloading?
Is it possible to disable java config reloading?