After configuring the Jedis and Redis in a configuration package. I created jedisConnectionFactory and redisTemplate with the bean annotation. But application failed to run "Error: creating bean with name 'redisConnectionFactory'"What do I need to do?
↧