SI - the RelationalServiceInfo type for the underlying database servicepublic class TomcatDbcpPooledDataSourceCreator<SI extends org.springframework.cloud.service.common.RelationalServiceInfo> extends DbcpLikePooledDataSourceCreator<SI>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
TOMCAT_7_DBCP |
static java.lang.String |
TOMCAT_8_DBCP |
logger| Constructor and Description |
|---|
TomcatDbcpPooledDataSourceCreator() |
| Modifier and Type | Method and Description |
|---|---|
javax.sql.DataSource |
create(org.springframework.cloud.service.common.RelationalServiceInfo serviceInfo,
org.springframework.cloud.service.ServiceConnectorConfig serviceConnectorConfig,
java.lang.String driverClassName,
java.lang.String validationQuery) |
setBasicDataSourcePropertiespublic static final java.lang.String TOMCAT_7_DBCP
public static final java.lang.String TOMCAT_8_DBCP