jooq/jOOQ-examples/jOOQ-academy
2015-05-26 16:24:39 +02:00
..
src Updated copyright to 2015 2015-01-09 08:57:16 +01:00
.gitignore Initial academy checkin 2014-09-08 15:55:55 +02:00
LICENSE.txt Updated copyright to 2015 2015-01-09 08:57:16 +01:00
pom.xml Upgraded jOOQ Examples to jOOQ 3.6.1 2015-05-26 16:24:39 +02:00
README.md Updated jOOQ academy link 2014-10-30 11:10:11 +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