jooq/jOOQ-examples
2023-05-24 11:23:47 +02:00
..
Benchmarks
jOOQ-academy Release 3.19.0-SNAPSHOT 2023-03-08 13:41:09 +01:00
jOOQ-checker-framework-example Release 3.19.0-SNAPSHOT 2023-03-08 13:41:09 +01:00
jOOQ-flyway-ddl-example Re-generated example code 2023-05-24 11:23:47 +02:00
jOOQ-flyway-example Release 3.19.0-SNAPSHOT 2023-03-08 13:41:09 +01:00
jOOQ-javafx-example Release 3.19.0-SNAPSHOT 2023-03-08 13:41:09 +01:00
jOOQ-jpa-example Re-generated example code 2023-05-24 11:23:47 +02:00
jOOQ-jpa-example-entities Release 3.19.0-SNAPSHOT 2023-03-08 13:41:09 +01:00
jOOQ-kotlin-example [jOOQ/jOOQ#8012] Re-generate example code 2023-05-22 19:31:05 +02:00
jOOQ-oracle-example Release 3.19.0-SNAPSHOT 2023-03-08 13:41:09 +01:00
jOOQ-picocli-native-image-example [jOOQ/jOOQ#8779] Tentative example for native image compilation 2023-02-06 09:05:23 +01:00
jOOQ-r2dbc-example Re-generated example code 2023-05-24 11:23:47 +02:00
jOOQ-spark-chart-example Re-generated code 2023-05-23 11:41:24 +02:00
jOOQ-spark-example Release 3.19.0-SNAPSHOT 2023-03-08 13:41:09 +01:00
jOOQ-spring-boot-example Release 3.19.0-SNAPSHOT 2023-03-08 13:41:09 +01:00
jOOQ-testcontainers-example Re-generated example code 2023-05-24 11:23:47 +02:00
jOOQ-testcontainers-flyway-example Re-generated example code 2023-05-24 11:23:47 +02:00
Sakila
pom.xml Release 3.19.0-SNAPSHOT 2023-03-08 13:41:09 +01:00
README.md [jOOQ/jOOQ#5254] Improved some more readme.md files 2022-05-02 10:57:36 +02:00

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