Clarify documentation for 'spring.datasource.type'

Closes gh-43193
This commit is contained in:
Phillip Webb 2024-11-15 13:26:45 -08:00
parent f013c0edc3
commit a20cc3d4e6
1 changed files with 2 additions and 2 deletions

View File

@ -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;