jooq/jOOQ-examples/jOOQ-academy
2019-06-12 13:01:37 +02:00
..
src [jOOQ/jOOQ#5909] Update academy examples 2019-06-12 13:01:37 +02:00
.gitignore
LICENSE.txt [#5754] Remove copyright (and dates) from file headers 2017-01-02 17:14:26 +01:00
pom.xml Upgrade to properties-maven-plugin 1.0.0 2019-05-28 09:45:16 +02: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