jooq/jOOQ-examples/jOOQ-academy
2019-03-05 11:48:25 +01:00
..
src [#5909] Deprecate RenderNameStyle.QUOTED and replace feature by renderQuotedNames 2018-11-06 16:34:15 +01:00
.gitignore
LICENSE.txt
pom.xml Upgraded H2 dependency to 1.4.198 2019-03-05 11:48:25 +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