| .. | ||
| Benchmarks | ||
| jOOQ-checker-framework-example | ||
| jOOQ-flyway-ddl-example | ||
| jOOQ-flyway-example | ||
| jOOQ-javafx-example | ||
| jOOQ-jpa-example | ||
| jOOQ-jpa-example-entities | ||
| jOOQ-kotlin-example | ||
| jOOQ-oracle-example | ||
| jOOQ-picocli-native-image-example | ||
| jOOQ-r2dbc-example | ||
| jOOQ-spark-chart-example | ||
| jOOQ-spark-example | ||
| jOOQ-spring-boot-example | ||
| jOOQ-testcontainers-example | ||
| jOOQ-testcontainers-flyway-example | ||
| 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.xmlfiles 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