jooq/jOOQ-examples/jOOQ-academy
2022-01-04 16:34:34 +01:00
..
src [jOOQ/jOOQ#12639] Fixed typo 2021-11-19 09:18:41 +01:00
.gitignore
LICENSE.txt
pom.xml Release 3.17.0-SNAPSHOT 2022-01-04 16:34:34 +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