public abstract class AbstractDbcp2DataSourcePropertiesSetter extends Object implements DataSourcePropertiesSetter
| Constructor and Description |
|---|
AbstractDbcp2DataSourcePropertiesSetter() |
| Modifier and Type | Method and Description |
|---|---|
void |
propertiesSet(org.springframework.core.env.Environment environment,
String prefix,
String dataSourceName,
DataSource dataSource)
common dbcp2 add custom connection properties.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTypepublic AbstractDbcp2DataSourcePropertiesSetter()
public void propertiesSet(org.springframework.core.env.Environment environment,
String prefix,
String dataSourceName,
DataSource dataSource)
propertiesSet in interface DataSourcePropertiesSetterenvironment - environment variableprefix - properties prefixdataSourceName - current database namedataSource - dataSource instanceCopyright © 2020 The Apache Software Foundation. All rights reserved.