Skip to content

Commit

Permalink
Merge pull request #36019 from dkswnkk
Browse files Browse the repository at this point in the history
* gh-36019:
  Fix typo in Using R2DBC

Closes gh-36019
  • Loading branch information
wilkinsona committed Jun 30, 2023
2 parents 996252f + dbdb4d4 commit 2cde94e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ Information specified in the URL takes precedence over individual properties, th
TIP: The "`How-to`" section includes a <<howto#howto.data-initialization.using-basic-sql-scripts, section on how to initialize a database>>.

To customize the connections created by a `ConnectionFactory`, that is, set specific parameters that you do not want (or cannot) configure in your central database configuration, you can use a `ConnectionFactoryOptionsBuilderCustomizer` `@Bean`.
The following example shows how to manually override the database port while the rest of the options is taken from the application configuration:
The following example shows how to manually override the database port while the rest of the options are taken from the application configuration:

include::code:MyR2dbcConfiguration[]

Expand Down

0 comments on commit 2cde94e

Please sign in to comment.