jooq/jOOQ-examples/jOOQ-academy
2019-08-20 13:31:08 +02:00
..
src Cleanup: Delete some no longer relevant examples and log4j.xml files 2019-08-20 13:31:08 +02:00
.gitignore Initial academy checkin 2014-09-08 15:55:55 +02:00
LICENSE.txt [#5754] Remove copyright (and dates) from file headers 2017-01-02 17:14:26 +01:00
pom.xml [jOOQ/jOOQ#7789] Revert change 2019-07-26 15:18:18 +02:00
README.md Blank out rather than mask [pro] code to avoid confusion with users 2015-12-31 10:02:02 +01:00

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