Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 814 Bytes

README.adoc

File metadata and controls

34 lines (23 loc) · 814 Bytes

Vert.x Liquibase example

vert.x 4.0.0 purple

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.

Building

To launch the test(s):

./mvnw clean test

To package the application:

./mvnw clean package

To run the application:

./mvnw clean compile exec:java