Merge branch '2.7.x' into 3.0.x

Closes gh-36138
This commit is contained in:
Andy Wilkinson 2023-06-30 13:00:25 +01:00
commit 66aa55b65d
1 changed files with 1 additions and 1 deletions

View File

@ -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[]