ULei / my-vertx-first-app

A very simple Vert.x 3 application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My First Vert.x 3 Application

This project is a very simple Vert.x 3 application and contains some explaination on how this application is built and tested.

Building

You build the project using:

mvn clean package

Testing

The application is tested using vertx-unit.

Packaging

The application is packaged as a fat jar, using the Maven Shade Plugin.

Running

Once packaged, just launch the fat jar as follows:

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

Then, open a browser to http://localhost:8080.

About

A very simple Vert.x 3 application

License:Apache License 2.0


Languages

Language:Java 72.3%Language:HTML 27.3%Language:Shell 0.4%