Acquisition Attempt Failed!!! Clearing pending acquires. While trying to acquire a needed new resource, we failed to succeed more than the maximum number of allowed acquisition attempts (30). Last acquisition attempt exception: java.sql.SQLException: No suitable driver …
关于c3p0连接数据库的这个问题,查看很多人的解决方法,也试了很多方法,最后有效的是将c3p0-config.xml文件放到src目录下就OK了。。。注意直接将文件放在src下,放在其目录下的文件夹也不行。