spring整合redis

spring和redis整合了一上午,搞了半天竟然是jar包冲突。

日志依赖:
      commons-logging.jar
      log4j.jar
 jedis和连接池:
      jedis-2.1.0.jar
      commons-pool.jar
 SDR依赖:
      spring-data-redis-1.0.0.RELEASE.jar

或者用mave直接构建。

原文地址:https://www.cnblogs.com/liuruichao/p/4011067.html