Skip to content
Rohith Kunnath Puthan Veedu edited this page Aug 16, 2019 · 2 revisions

Welcome to the jooqgen-liquibase-postgres wiki!

The creation of this maven plugin helps to integrate with any other maven project.

We can generate jooq classes using docker containers. The concept is making use of the well known “test containers”. Then apply liquibase changes or migrations connecting to this test container. Once all the changelogs are applied, jooq class generation logic creates classes in the target folder.

Tags: "generate jooq classes from test container", "apply liquibase changes over docker container", "liquibase, jooq, container"

Clone this wiki locally