Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 371 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 371 Bytes

Words Finder

To run this app jdk1.8 is required

To build project simply type 'mvnw clean package'

Then go to \target directory and type 'java -jar [generated-jar-name] [absolute-path]'

For example: 'java -jar words-finder-1.0-SNAPSHOT.jar \Users\Maciek\Documents\files'

git commands

git config user.name makaras

git config user.email [email protected]