jooq/jOOQ-examples/jOOQ-spring-example
2014-10-13 11:01:52 +02:00
..
.settings Fixed the Eclipse 'join_wrapped_lines' setting 2014-07-01 13:39:47 +02:00
src [#3678] Add some JavaBeans-style setters to the DefaultConfiguration to 2014-10-10 15:39:51 +02:00
.classpath Eclipse keeps doing funny things to settings... 2014-06-27 14:00:07 +02:00
.gitignore ... when will it ever stop? Whitespace changes... 2014-06-06 16:02:15 +02:00
.project [#2891] Add a jOOQ / Spring-TX example to GitHub under jOOQ-examples 2014-01-06 16:57:09 +01:00
LICENSE.txt Whitespace changes 2014-02-03 17:59:38 +01:00
pom.xml [#3662] Added jOOQ-example for Spring Boot 2014-10-13 11:01:52 +02:00
README.md Update and rename README.txt to README.md 2014-05-30 08:39:27 +02:00

Thanks for downloading jOOQ. Please visit http://www.jooq.org for more information.

This example was inspired by Petri Kainulainen's excellent blog post: http://www.petrikainulainen.net/programming/jooq/using-jooq-with-spring-configuration/

To install and run this example, please check out the complete jOOQ repository first, and use Maven to install the latest SNAPSHOT version of jOOQ:

$ pwd
/path/to/checkout/dir
$ ls
jOOQ jOOQ-meta jOOQ-codegen ...
$ mvn clean install
...
$ cd jOOQ-examples/jOOQ-spring-example
...
$ mvn clean install