Skip to content

Latest commit

 

History

History
20 lines (19 loc) · 285 Bytes

File metadata and controls

20 lines (19 loc) · 285 Bytes

maven-sparkjava

Install Java:

sudo apt-get update
sudo apt-get install openjdk-11-jdk-headless

Install Maven:

sudo apt-get install maven

Build the App

mvn clean package

Run the java app

java -jar helloweb-1.0-SNAPSHOT.jar

Access from Public Browser