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

  1. Create Debug configuration
  2. Set class to : `io.vertx.core.Launcher`
  3. Set application arguments to : `run com.alefbt.a.b.c.d.MyMainVertex`