This repository is coding assignment for Credit Suisse
-
Either directly Copy
assignment-0.0.1-SNAPSHOT.jar
from target folder to folder where you want to run your application OR domvn clean install
on the root and then copyassignment-0.0.1-SNAPSHOT.jar
from target folder to folder where you want to run your application. -
To run cd into the directory of assignment-0.0.1-SNAPSHOT.jar using command prompt and then use the following command to run the jar.
java -jar assignment-0.0.1-SNAPSHOT.jar
-
If You don't want to specify the File Press N upon prompt or Specify the Proper File Path by Pressing Y.
- For Logging logback configuration is used.
- MyApp.log is written on the same directory as
assignment-0.0.1-SNAPSHOT.jar
. - Data saved for HSQLDB you will find at relative path
\HSQLDB\data
from running directory.