HI All,
Could someone please help me to write a simple program using spring, which will search all xml files in given folder - recursively?
e.g. search *.xml in C:\temp folder
HI All,
Could someone please help me to write a simple program using spring, which will search all xml files in given folder - recursively?
e.g. search *.xml in C:\temp folder
- It's unclear what do you mean under 'use the mentioned code using spring framework';
- There is no need to use custom solution in favor to FileUtils.listFiles();