
Cheat Sheet
Applications using Eclipse Vert.x are fast, responsive, resilient, and elastic. They are event-driven, nonblocking, and can run on top of the Java Virtual Machine while offering many language choices.
In this cheat sheet, author Clement Escoffier provides step-by-step details to let you create your apps the way you want to. Learn about:
Command
# Linux and MacOS
git clone https://github.com/vert-x3/vertx-maven-starter.git PROJECT_NAME
cd PROJECT_NAME
./redeploy.sh
# Windows
git clone https://github.com/vert-x3/vertx-maven-starter.git PROJECT_NAME
cd PROJECT_NAME
redeploy.bat
mvn package
pom.xml
file
git clone https://github.com/vert-x3