spring boot基于1.x.

一 集成redis

1.1 配置

spring.redis.host = localhost
spring.redis.port = 6379
spring.redis.timeout = 10000
spring.redis.database = 0
spring.redis.pool.max-active = 100
spring.redis.pool.max-wait = -1
spring.redis.pool.max-idle = 8
spring.redis.pool.min-idle = 0
View Code

相关文章:

  • 2022-03-03
  • 2022-01-17
  • 2022-12-23
  • 2021-09-05
  • 2022-12-23
  • 2021-11-19
  • 2022-01-14
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-11-19
  • 2021-07-09
  • 2022-12-23
  • 2021-09-03
  • 2021-04-17
  • 2022-01-02
相关资源
相似解决方案