here is how I am loading default configuration
bean properties that are loaded are being modified at runtime, is there a way to persist the entire updated context back to app-context.xml file?Code:AbstractXmlApplicationContext _appContext = new ClassPathXmlApplicationContext(new String[] {"app-context.xml"}); _appContext.registerShutdownHook();
Please suggest


Reply With Quote
