欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

Druid 使用 druid连接池

程序员文章站 2022-03-02 16:56:49
...
druid链接之后不释放,导致链接数据库超时,由于原来使用的是1.016的版本,需要升级到最新的版本,这个是druid的一个bug。升级最新版本解决问题

com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure

The last packet successfully received from the server was 490 milliseconds ago.  The last packet sent successfully to the server was 489 milliseconds ago.
相关标签: druid 连接池