Table of Contents
Vert.x
Quick Start
https://reactiverse.io/vertx-maven-plugin/
mvn io.fabric8:vertx-maven-plugin:1.0.9:setup \ -DprojectGroupId=com.alefbt.learn \ -DprojectArtifactId=learn-vertex \ -Dverticle=com.alefbt.learn.LearnVertex \ -Ddependencies=web
See more @ Vert.x Maven Plugin | vertx-awesome
Debug
- Create Debug configuration
- Set class to : `io.vertx.core.Launcher`
- Set application arguments to : `run com.alefbt.a.b.c.d.MyMainVertex`