Project on spring boot to process files.
There's a scheduler running each 5 seconds, but can be customized on application.yml
.
First step go on project and execute:
gradlew build
After execute build, execute:
java -jar build/libs/{jarname}.jar
If you want running tests, execute:
gradlew test