Skip to content

Commit 2cde94e

Browse files
committed
Merge pull request #36019 from dkswnkk
* gh-36019: Fix typo in Using R2DBC Closes gh-36019
2 parents 996252f + dbdb4d4 commit 2cde94e

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-project/spring-boot-docs/src/docs/asciidoc/data

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-docs/src/docs/asciidoc/data/sql.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ Information specified in the URL takes precedence over individual properties, th
451451
TIP: The "`How-to`" section includes a <<howto#howto.data-initialization.using-basic-sql-scripts, section on how to initialize a database>>.
452452

453453
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`.
454-
The following example shows how to manually override the database port while the rest of the options is taken from the application configuration:
454+
The following example shows how to manually override the database port while the rest of the options are taken from the application configuration:
455455

456456
include::code:MyR2dbcConfiguration[]
457457

0 commit comments

Comments
 (0)