Skip to content

Commit

Permalink
Merge pull request #34 from steph-beneschan-256/patch-1
Browse files Browse the repository at this point in the history
Update Readme.md
  • Loading branch information
gofabian authored May 10, 2021
2 parents 45c0162 + bac544b commit 49e1ebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ public class ReactiveBookService {

## Restrictions

The auto-configured DSLContext does not have a JDBC connection. It is only intended to generate SQL strings which is
The auto-configured DSLContext does not have a JDBC connection. It is only intended to generate SQL strings which are
given to the R2DBC database client for execution.

Do not use JOOQ methods that require a JDBC connection (every method that calls the database)! Use the `ReactiveJooq`
Expand Down

0 comments on commit 49e1ebe

Please sign in to comment.