Skip to content

Commit

Permalink
Merge branch '2.7.x' into 3.0.x
Browse files Browse the repository at this point in the history
Closes gh-36138
  • Loading branch information
wilkinsona committed Jun 30, 2023
2 parents 6060635 + 2cde94e commit 66aa55b
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 66aa55b

Please sign in to comment.