jooq/jOOQ-examples/jOOQ-testcontainers-example
Lukas Eder c1dd20a2e0 [#12733] Upgrade examples to log4j 2.16.0
Also, downgrade the log4j build to the JDK 8 one to prevent the slf4j troubles presented here: http://www.slf4j.org/faq.html#changesInVersion200
2021-12-14 08:43:56 +01:00
..
src Re-generated example code 2021-11-22 09:27:09 +01:00
.gitignore
pom.xml [#12733] Upgrade examples to log4j 2.16.0 2021-12-14 08:43:56 +01:00
README.md Added readme to testcontainers examples 2021-09-01 13:36:03 +02:00

Thanks for downloading jOOQ. Please visit http://www.jooq.org for more information.

To install and run this example, simply check it out and run the following Maven command

$ pwd
/path/to/checkout/dir
$ cd jOOQ-examples/jOOQ-testcontainers-example
$ mvn clean install

The example should run right away. For more information about this example, see https://blog.jooq.org/using-testcontainers-to-generate-jooq-code/