秀丽金毛

文章
4
资源
0
加入时间
3年0月20天

解决Could not get a resource from the pool 异常问题

在项目中实现数据库查询内容,用到redis的时候出现 Could not get a resource from the pool ,试了挺多方法都不行,包括改最大、最小连接数maxIdle、maxIdle都无法解决。从头到尾仔细摸索仔细排查,终于给发现问题了。就是没有把服务打开:redis-server.exe打开了之后就能正常使用redis了。...