Vert.x + PostgreQL + jOOQ Reactive + Flyway
A nonsense Java microservice that can be useful as a template, or a how to get started project with Vert.x and PostgreSQL. The setup
includes the basic dependencies and mechanisms in place to develop and ship any modern Vert.x microservice, such as:
maven-shade-plugin
to create executable fat JARs (maven-assembly-plugin
can be also used, though)Documentation TBC 🚀