Commit 95f76d68 authored by Andy Wilkinson's avatar Andy Wilkinson

Merge branch '2.3.x'

Closes gh-22677
parents fae4f5e3 f81e8909
...@@ -4185,7 +4185,8 @@ The following examples shows how to set some PostgreSQL connection options: ...@@ -4185,7 +4185,8 @@ The following examples shows how to set some PostgreSQL connection options:
} }
---- ----
When a `ConnectionFactory` bean is available, the regular jdbc `DataSource` auto-configuration backs off. When a `ConnectionFactory` bean is available, the regular JDBC `DataSource` auto-configuration backs off.
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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment