Skip to content

AdnanSiddique/file-reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

The application is consuming XML and JSON type of data files from resource folder inside Application. An implementation of SaleObjectConsumer interface is written in order to test the application.

Technology Stack

  • Java version : 11
  • Maven version : 3.8.3
  • Apis Used
    • gson version : 2.8.9
    • jaxb version : 3.0.0

Steps to run

  1. Clean and compile project using mvn command mentioned below:
 mvn clean compile

  1. Run test cases using mvn command mentioned below:
 mvn test

  1. Run App.java class using mvn command mentioned below:
 mvn exec:java -D"exec.mainClass"="org.adnan.App"

  1. Run main method in App.java using IDE.

Author

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages