jooq/jOOQ-examples/jOOQ-academy
2023-03-08 13:41:09 +01:00
..
src [jOOQ/jOOQ#14110] License header should use HTTPS rather than HTTP 2022-10-19 10:43:58 +02:00
.gitignore
LICENSE.txt [jOOQ/jOOQ#14110] License header should use HTTPS rather than HTTP 2022-10-19 10:43:58 +02:00
pom.xml Release 3.19.0-SNAPSHOT 2023-03-08 13:41:09 +01:00
README.md

The jOOQ Academy is an extended, fully functional and runnable tutorial that is being created in cooperation with the Java Code Geeks Academy. The course material can be found here:

http://academy.javacodegeeks.com/course/type-safe-database-querying-with-jooq

Use the following commands to build the jOOQ Academy:

$ pwd
/path/to/checkout/dir
$ ls
jOOQ jOOQ-meta jOOQ-codegen ...
$ mvn clean install
...
$ cd jOOQ-examples/jOOQ-academy
...
$ mvn clean install