jooq/jOOQ-examples/jOOQ-spring-example
Lukas Eder 73afe4c468 Use a -2 suffix in H2's JDBC URLs to indicate H2 2.0
This avoids incompatibilities with files that might be lying around from
H2 1.4
2022-01-05 09:49:47 +01:00
..
src Use a -2 suffix in H2's JDBC URLs to indicate H2 2.0 2022-01-05 09:49:47 +01:00
.gitignore
LICENSE.txt
pom.xml Release 3.17.0-SNAPSHOT 2022-01-04 16:34:34 +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