jooq/jOOQ-examples/jOOQ-spring-boot-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/

... and then modified by @thomasdarimont to show how Spring Boot could be used

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-boot-example
...
$ mvn clean install