JDBCExceptionReporter.logExceptions(234) | connection holder is null

使用的是druid连接池


连接使用了超过配置时长,还没释放所报的错误


解决

1.removeAbandonedTimeout配置时间变大


2.代码中保持每次连接时间小于removeAbandonedTimeout的时间,可以把长时间的连接操作,分成几段来做



你可能感兴趣的:(错误记录)