/vertx-samples

Sample of apps which uses vert.x with specific uses cases

Primary LanguageJava

vertx-samples

This project aims to demonstrate how we can build reactive apps with vert-x.

Java CI with Maven

Prerequisites

  • JDK 14
  • A decent IDE
  • Docker

First app - Display Hello World

Starts an HTTP server which displays hello world in the browser.

How it works

IDE

With your preferred IDE, run the Main class.

Command line

mvn clean package

java -jar target/vertx-sammples-1.0.SNAPSHOT-fat.jar