java.sql.SQLException: Connections could not be acquired from the underlying database!
Caused by: com.mchange.v2.resourcepool.CannotAcquireResourceException: A ResourcePool could not acquire a resource from its primary factory or source.
原因:连接不上mysql数据库
解决:首先检查c3p0-config.xml是否在src路径下!