Skip to content

Commit 95f76d6

Browse files
committed
Merge branch '2.3.x'
Closes gh-22677
2 parents fae4f5e + f81e890 commit 95f76d6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spring-boot-project/spring-boot-docs/src/docs/asciidoc/spring-boot-features.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4185,7 +4185,8 @@ The following examples shows how to set some PostgreSQL connection options:
41854185
}
41864186
----
41874187

4188-
When a `ConnectionFactory` bean is available, the regular jdbc `DataSource` auto-configuration backs off.
4188+
When a `ConnectionFactory` bean is available, the regular JDBC `DataSource` auto-configuration backs off.
4189+
If you want to retain the JDBC `DataSource` auto-configuration, and are comfortable with the risk of using the blocking JDBC API in a reactive application, add `@Import(DataSourceAutoConfiguration.class)` on a `@Configuration` class in your application to re-enable it.
41894190

41904191

41914192

0 commit comments

Comments
 (0)