jooq/jOOQ-examples/jOOQ-spark-example
2022-05-23 17:02:57 +02:00
..
src/main Use a -2 suffix in H2's JDBC URLs to indicate H2 2.0 2022-01-05 09:49:47 +01:00
.gitignore
LICENSE.txt
pom.xml [jOOQ/jOOQ#13594] Change the Java 17 distribution to --release 17 2022-05-23 17:02:57 +02:00
README.md

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