jooq/jOOQ-examples/jOOQ-academy
2015-10-08 14:42:58 +02:00
..
src [#4349] The trial / pro license is accidentally delivered with the Open Source Edition 2015-06-03 11:00:55 +02:00
.gitignore
LICENSE.txt Updated copyright to 2015 2015-01-09 08:57:16 +01:00
pom.xml Release 3.8.0-SNAPSHOT 2015-10-08 14:42:58 +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