标签:
<bean id="dataSource" class="com.mchange.v2.c3p0.ComboPooledDataSource"></bean>
 
 
 jdbc.driverClassName=com.mysql.jdbc.Driver
 jdbc.url=jdbc:mysql://x.x.x.x:3306/x
 jdbc.username=x
 jdbc.password=x
 jdbc.initialPoolSize=20  
 jdbc.maxPoolSize=100  
 jdbc.minPoolSize=10  
 jdbc.maxIdleTime=600  
 jdbc.acquireIncrement=5  
 jdbc.maxStatements=5  
 jdbc.idleConnectionTestPeriod=60  
 
标签:
原文地址:http://my.oschina.net/u/2273085/blog/502769