Sunday 18 August 2019

Setting up the spring boot web application project for HTTPie


Step 1: Download the web application from this link.

Step 2: Extract the downloaded zip.

Step 3: Import the extracted source code to Eclipse.

Open Eclipse.

File -> Import


Select ‘Existing Maven Projects’.


Click on Next button.


Browse to the folder where you extracted the source code.

Click on Finish button.

Imported project structure looks like above.

Run App.java.


Right click on App.java -> Run As -> Java Application.

Open the url ‘http://localhost:8080/’ in browser, if you see below kind of screen, you are successfully setup the project.

Previous                                                    Next                                                    Home

No comments:

Post a Comment