This is an application that is able to search sentences contained in a txt File. The sentence must be in the same line, that is, if there is a return in the middle of the sentence the application will not match the whole phrase.
First, create the jar :
mvn -package
Secondly, execute the following command:
java -jar <Name.jar> <existingDirectory>
java -jar SimpleSearch.jar C:\test