Skip to content

RiteshGhorpade/CodingAssignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodingAssignment

This repository is coding assignment for Credit Suisse

To run do the Following

  1. Either directly Copy assignment-0.0.1-SNAPSHOT.jar from target folder to folder where you want to run your application OR do mvn clean install on the root and then copy assignment-0.0.1-SNAPSHOT.jar from target folder to folder where you want to run your application.

  2. 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
    
  3. If You don't want to specify the File Press N upon prompt or Specify the Proper File Path by Pressing Y.

Output

  1. For Logging logback configuration is used.
  2. MyApp.log is written on the same directory as assignment-0.0.1-SNAPSHOT.jar.
  3. Data saved for HSQLDB you will find at relative path\HSQLDB\data from running directory.

About

This repository is coding assignment for Credit Suisse

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages