Skip to content

Kutashov/FolderScanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 Cannot retrieve latest commit at this time.

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FolderScanner

App scans custom folder, searching for xml files with a given pattern:

<Entry>
    <!--string up to 1024 symbols-->
    <content>Record content</content>
    <!--content creation date-->
    <creationDate>2014-01-01 00:00:00</creationDate>
</Entry>

Proper records are written to db and files are moved other custom folder.

Steps to run:

  1. Build app with gradlew buildJar command
  2. Create a table for records with entries_postgresql.sql script. Expected DB credentials are in database.properties
  3. Run either start.bat or start.sh script. Remember to fix required params

Releases

No releases published

Packages

No packages published

Languages