Skip to content

Commit

Permalink
Clarify documentation for 'spring.datasource.type'
Browse files Browse the repository at this point in the history
Closes gh-43193
  • Loading branch information
philwebb committed Nov 15, 2024
1 parent f013c0e commit a20cc3d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit a20cc3d

Please sign in to comment.