jooq/jOOQ-examples
Data Geekery CI Bot d820a5f915 Re-generated code
2024-05-28 05:07:13 +02:00
..
Benchmarks Use CURRENT_TIMESTAMP instead of CURTIME 2021-10-25 09:25:35 +02:00
jOOQ-checker-framework-example [jOOQ/jOOQ#15987] pom.xml files should use https links instead of http links 2023-12-22 14:44:36 +01:00
jOOQ-flyway-ddl-example Re-generated code 2024-05-28 05:07:13 +02: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-05-28 05:07:13 +02:00
jOOQ-jpa-example-entities [jOOQ/jOOQ#15987] pom.xml files should use https links instead of http links 2023-12-22 14:44:36 +01:00
jOOQ-kotlin-example Re-generated code 2024-04-27 06:30:17 +02:00
jOOQ-oracle-example [jOOQ/jOOQ#15987] pom.xml files should use https links instead of http links 2023-12-22 14:44:36 +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 code 2024-05-28 05:07:13 +02:00
jOOQ-spark-chart-example Release 3.20.0-SNAPSHOT 2023-12-15 17:16:27 +01:00
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-05-28 05:07:13 +02:00
jOOQ-testcontainers-flyway-example Re-generated code 2024-05-28 05:07:13 +02:00
Sakila [jOOQ/jOOQ#12110] Move Sakila database to own repository 2021-07-06 09:42:43 +02:00
pom.xml [jOOQ/jOOQ#15987] pom.xml files should use https links instead of http links 2023-12-22 14:44:36 +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