记录:402场景:在SpringBoot微服务使用RedisTemplate的ListOperations操作RedisList列表。版本:JDK1.8,Spring Boot2.6.3,redis-6.2.51.微服务中Redis配置信息1.1在application.yml中Redis配置信息spring:redis:host:192.168.19.203port:28001password:12345678timeout:500001.2加载简要逻辑SpringBoot微服务在启动时,自动注解机制会读取application.yml的注入到RedisProperties对象。在Sprin