A simple HelloWorld in Vertx
$ mvn clean compile
mvn clean test
To create the package .jar of the application, execute:s
mvn clean package
Èxecute the application with:
java -jar target/my-first-app-1.0-SNAPSHOT-fat.jar
And try in the browser:
http://localhost:8080