SpringBoot集成Redis 1、引入 spring-boot-starter-redis 2、application.yml配置redis信息 3、集成Redis基於JedisPool配置 ...