Skip to content

Paranidharan/PizzaOrder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Please follow the steps to run the code.

Step 1: Click "Clone or Download" button then click "Download Zip".

Step 2: Extract the zip file in your local machine.

Step 3: Go to extracted folder using commnad line.

Step 4: Build the application using below Maven Command.

    Example: c:\PizzaOrder> mvn clean compile package <enter>

Step 5: Run the application using below command.

    Example: c:\PizzaOrder>java -jar target\PizzaOrder-0.0.1-SNAPSHOT.jar com.pizza.order.PizzaOrderApplication <Source File> <Destination File> <enter>
    Note : Sample input file "testIn.txt" available in the root folder.

Step 6: Check the output file in the destination folder.

About

Sample Maven Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published