vertx-pg-flyway

Db Migrations PostgreSQL Flyway Project Structure pom.xml <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">…

vertx-maven-plugin

MyApp.java package com.example; import io.vertx.core.AbstractVerticle; import io.vertx.core.Promise; public class MyApp extends AbstractVerticle { @Override public…

maven-shade-plugin

MyVerticle.java package com.example.starter; import io.vertx.core.AbstractVerticle; import io.vertx.core.Promise; public class MyVerticle extends AbstractVerticle { @Override public…

deploying-verticle

Project Structure This application was generated using http://start.vertx.io vert.x-4.5.0 MainVerticle.java package com.example.starter; import io.vertx.core.AbstractVerticle; import…

vertx-event-bus-pub-sub

Event Bus Publish – Subscribe Communication Project Structure pom.xml <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"…