jooq/jOOQ-examples/jOOQ-r2dbc-example
2022-03-24 16:15:09 +01:00
..
src [jOOQ/jOOQ#13336] Re-generated example code 2022-03-24 16:15:09 +01:00
.gitignore
LICENSE.txt
pom.xml [jOOQ/jOOQ#9641] Some jakarta related example fixes 2022-01-05 10:26:21 +01:00
README.md

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

Description

This example uses

  1. R2dbc
  2. jOOQ

Installation

To install and run this example, simply check it out and follow these steps

  1. Run the following commands
$ pwd
/path/to/checkout/dir
$ cd jOOQ-examples/jOOQ-r2dbc-example
...
$ mvn clean install
...