復制代碼 代碼如下:
<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>
新聞熱點
疑難解答