I am able to watch and listen for new files in a directory using JDK 8 nio2 WatchService library…
I would like to use/explore the option of Spring class FileSystemWatcher for monitoring file event changes in a directory
Can we able to achieve the same using spring boot FileSystemWatcher ..
Can anyone help me out with some sample snippet/code ..
Thanks