jooq/jOOQ-examples/jOOQ-r2dbc-example
2021-11-22 09:27:09 +01:00
..
src Re-generated example code 2021-11-22 09:27:09 +01:00
.gitignore
LICENSE.txt
pom.xml
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
...