Skip to content

cescoffier/my-vertx-first-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published