fw.write(str);
fw.close();
FileSystemResource fileResource = new FileSystemResource(file);
this.beanFactory = new DefaultListableBeanFactory();
XmlBeanDefinitionReader reader = new XmlBeanDefinitionReader((DefaultListableBeanFactory) this.beanFactory);
reader.loadBeanDefinitions(fileResource);
this.makeBeanFactoryNotSingleton();
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)