jooq/jOOQ-examples
2023-11-21 10:42:42 +01:00
..
Benchmarks
jOOQ-academy
jOOQ-checker-framework-example
jOOQ-flyway-ddl-example Re-generated example code 2023-09-29 16:45:27 +02:00
jOOQ-flyway-example
jOOQ-javafx-example
jOOQ-jpa-example Re-generated example code 2023-09-29 16:45:27 +02:00
jOOQ-jpa-example-entities
jOOQ-kotlin-example Re-generated code 2023-08-23 10:01:08 +02:00
jOOQ-oracle-example
jOOQ-picocli-native-image-example
jOOQ-r2dbc-example [jOOQ/jOOQ#15862] Remove unnecessary managed JDBC drivers from parent pom.xml 2023-11-21 10:42:42 +01:00
jOOQ-spark-chart-example [jOOQ/jOOQ#15862] Remove unnecessary managed JDBC drivers from parent pom.xml 2023-11-21 10:42:42 +01:00
jOOQ-spark-example
jOOQ-spring-boot-example
jOOQ-testcontainers-example [jOOQ/jOOQ#15862] Remove unnecessary managed JDBC drivers from parent pom.xml 2023-11-21 10:42:42 +01:00
jOOQ-testcontainers-flyway-example [jOOQ/jOOQ#15862] Remove unnecessary managed JDBC drivers from parent pom.xml 2023-11-21 10:42:42 +01:00
Sakila
pom.xml
README.md

The examples in this repository depend on the latest snapshot version of the jOOQ Open Source Edition, and in some cases, of the commercial distributions. In order to run the examples, you can either:

  • Build the snapshot version first
  • Replace the snapshot version references from the various pom.xml files by the latest published version

To build the jOOQ snapshot version, check out this repository and run the following set of commands:

$ pwd
/path/to/checkout/dir
$ mvn clean install