Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 538 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 538 Bytes

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