This application shows one approach to using Liquibase along-side Vert.x in a very small demo application.
It has some extra dependencies such as SLF4J and Logback - just makes life simpler.
To launch the test(s):
./mvnw clean test
To package the application:
./mvnw clean package
To run the application:
./mvnw clean compile exec:java