org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'redisTemplate' defined in class path resource [com/zhangdi/demo1/redis/config/UserConfig.class]: Invocation of init method failed; nested exception is java.lang.IllegalStateException: RedisConnectionFactory is required
自定義RedisTemplate時,必須 設置連接方式
redisTemplate.setConnectionFactory(RedisConnectionFactory);