redis配置类报Could not autowire. No beans of ‘RedisConnectionFactory‘ type found.
@ConfigurationpublicclassRedisConfig{@Bean@SuppressWarnings(value={“unchecked”,“rawtypes”})publicRedisTemplateredisTemplate(RedisConnectionFactoryfactory){RedisTemplatetemplate=newRedisTemplate<>();te