Skip to content

Latest commit

 

History

History

01-Vertx-HelloWorld

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Vertx HelloWorld

A simple HelloWorld in Vertx

1. Compile the project

$ mvn clean compile

2. Test the project

mvn clean test

3. Package the application

To create the package .jar of the application, execute:s

mvn clean package

4. Execute the application

Èxecute the application with:

java -jar target/my-first-app-1.0-SNAPSHOT-fat.jar

And try in the browser:

http://localhost:8080