美文网首页
记录一次用druid连接池与hibernate遇到的连接建立不上

记录一次用druid连接池与hibernate遇到的连接建立不上

作者: 今汐猎人 | 来源:发表于2020-06-28 17:44 被阅读0次

org.springframework.transaction.CannotCreateTransactionException: Could not open Hibernate Session for transaction; nested exception is org.hibernate.exception.GenericJDBCException: Could not open connection

1:调整连接属性,url加上 &autoReconnect=true 不顶用
2:druid 配置文件 ,修改最大连接数为1000,() timeBetweenEvictionRunsMillis为10S 检测需要关闭的空闲连接 removeAbandonedTimeout 改为600秒

相关文章

网友评论

      本文标题:记录一次用druid连接池与hibernate遇到的连接建立不上

      本文链接:https://www.haomeiwen.com/subject/hotnuctx.html