import org.springframework.boot.context.properties.EnableConfigurationProperties; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.springframework.data.redis.connection.RedisConnectionFactory; import org.springframework.data.redis.connection.j...
maven依赖里redis的依赖spring-boot-starter-data-redis和spring-boot-starter-redis有什么区别? spring-boot-starter-data-redis有的类和方法没有,不知道是不是版本更新了的原因