DBCP Connection properties
问题 We are having hard time figuring out the properties defined, minIdle , maxIdle etc. we are seeing the following error with the following setting InitialSize=5 maxActive=50 maxIdle=40 maxWait=2000 Caused by: org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.apache.commons.dbcp.SQLNestedException: Cannot get a connection, pool error Timeout waiting for idle object at org.springframework.jdbc.datasource.DataSourceUtils.getConnection