Browse Source

Merge branch '3.2.x' into 3.3.x

Closes gh-43198
pull/43333/head
Phillip Webb 1 year ago
parent
commit
dba395dc0c
  1. 4
      spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/jdbc/DataSourceProperties.java

4
spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/jdbc/DataSourceProperties.java

@ -61,8 +61,8 @@ public class DataSourceProperties implements BeanClassLoaderAware, InitializingB @@ -61,8 +61,8 @@ public class DataSourceProperties implements BeanClassLoaderAware, InitializingB
private String name;
/**
* Fully qualified name of the connection pool implementation to use. By default, it
* is auto-detected from the classpath.
* Fully qualified name of the DataSource implementation to use. By default, a
* connection pool implementation is auto-detected from the classpath.
*/
private Class<? extends DataSource> type;

Loading…
Cancel
Save