jooq/jOOQ-examples
2024-02-21 18:06:38 +01:00
..
Benchmarks
jOOQ-checker-framework-example
jOOQ-flyway-ddl-example Re-generated code 2024-02-13 04:24:41 +01:00
jOOQ-flyway-example Remove unnecessary spring version properties 2024-01-24 14:12:43 +01:00
jOOQ-javafx-example Remove unnecessary spring version properties 2024-01-24 14:12:43 +01:00
jOOQ-jpa-example Re-generated code 2024-02-13 04:24:41 +01:00
jOOQ-jpa-example-entities
jOOQ-kotlin-example
jOOQ-oracle-example
jOOQ-picocli-native-image-example
jOOQ-r2dbc-example Re-generated code 2024-02-13 04:24:41 +01:00
jOOQ-spark-chart-example
jOOQ-spark-example Remove unnecessary spring version properties 2024-01-24 14:12:43 +01:00
jOOQ-spring-boot-example Specify Spring Boot version in example directory 2024-01-26 10:47:49 +01:00
jOOQ-testcontainers-example Re-generated code 2024-02-13 04:24:41 +01:00
jOOQ-testcontainers-flyway-example Re-generated code 2024-02-13 04:24:41 +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