jooq/jOOQ-examples/jOOQ-r2dbc-example
2021-07-15 16:30:03 +02:00
..
src [jOOQ/jOOQ#12206] Better formatting 2021-07-15 16:30:03 +02:00
.gitignore
LICENSE.txt
pom.xml
README.md [jOOQ/jOOQ#12206] Better formatting 2021-07-15 16:30:03 +02:00

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
...