public abstract class AbstractDbcp2DataSourcePropertiesSetter extends Object implements DataSourcePropertiesSetter
| 构造器和说明 |
|---|
AbstractDbcp2DataSourcePropertiesSetter() |
| 限定符和类型 | 方法和说明 |
|---|---|
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 void propertiesSet(org.springframework.core.env.Environment environment,
String prefix,
String dataSourceName,
DataSource dataSource)
propertiesSet 在接口中 DataSourcePropertiesSetterenvironment - environment variableprefix - properties prefixdataSourceName - current database namedataSource - dataSource instanceCopyright © 2020 The Apache Software Foundation. All rights reserved.