复制代码 代码如下:
<bean
class="com.mchange.v2.c3p0.ComboPooledDataSource">
<propertyvalue="${cpool.maxIdleTime}"/>
<!--other properties -->
</bean>
复制代码 代码如下:
<bean>
<property value="${cpool.preferredTestQuery}"/>
<property value="${cpool.idleConnectionTestPeriod}"/>
<property value="${cpool.testConnectionOnCheckout}"/>
<!--other properties --></bean>
新闻热点
疑难解答