Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Latest commit

 

History

History
22 lines (18 loc) · 655 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 655 Bytes

Issue Tracker

Prerequisites

You need the following tools to build the project:

When everything is installed and PATH is configured, run mvn -version to make sure that it is using JDK 8.

Building

Run the following command to build the project:

mvn clean install

Running

Run the following command:

mvn exec:java

Open your web browser and visit http://localhost. If everything is fine, you should see Hello, world.