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