摘要: 1. SpringBoot Redis yml 配置 此处省略密码 spring: redis: database: 0 host: 127.0.0.1 port: 6379 timeout: 3000 jedis: pool: max-active: 8 max-wait: -1 max-idle 阅读全文
posted @ 2022-02-25 00:01 cee_nil 阅读(1744) 评论(1) 推荐(0) 编辑