Skip to content

dopato/rate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RateApp

Prerequisites:

  • Java SE Development Kit 8

Build ./gradlew clean build Check the logback.xml if wish to change logging level. The new jar will be in the build/libs folder.

Run the application: java -jar rate.jar [market_file_path] [loan_amount]

The gradle application plugin has been applied and is possible to run the application also using: ./gradlew run --args="[market_file_path] [loan_amount]" e.g. ./gradlew run --args="src/test/resources/market.csv 1000"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages