1.Could not get a resource from the pool

spring.redis.maxTotal=8
spring.redis.maxIdle=8
spring.redis.minIdle=1
spring.redis.testOnBorrow=true
spring.redis.testOnReturn=true

 配置调高一点

或者是redis连不上,检查配置

相关文章:

  • 2022-12-23
  • 2021-09-20
猜你喜欢
  • 2020-06-04
  • 2021-11-14
相关资源
相似解决方案