jooq/jOOQ-examples/jOOQ-spring-example
Lukas Eder c1dd20a2e0 [#12733] Upgrade examples to log4j 2.16.0
Also, downgrade the log4j build to the JDK 8 one to prevent the slf4j troubles presented here: http://www.slf4j.org/faq.html#changesInVersion200
2021-12-14 08:43:56 +01:00
..
src
.gitignore
LICENSE.txt
pom.xml [#12733] Upgrade examples to log4j 2.16.0 2021-12-14 08:43:56 +01:00
README.md

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, simply check it out and run the following Maven command

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