The scope of the application is to read the files recursively using the configured connection parameters for the specified storage.
The stored file content is then added as metadata in the RDBMS and sent for indexing on an external storage solution such as elasticsearch.
Run following commands
- Format the code
mvn fmt:format
- Clean, compile the code
mvn clean package