jooq/jOOQ-examples/jOOQ-spark-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/main [#282] Stop removing trailing spaces outside delimited code regions 2020-02-20 12:20:19 +01:00
.gitignore
LICENSE.txt [#5754] Remove copyright (and dates) from file headers 2017-01-02 17:14:26 +01:00
pom.xml [#12733] Upgrade examples to log4j 2.16.0 2021-12-14 08:43:56 +01:00
README.md Fixed readme 2015-05-26 16:33:36 +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-spark-example
...
$ mvn clean install