这个问题的原因大概就是spring-data-redis.jar包版本不对 ,下面版本可以正常启动
<dependency> <groupId>org.springframework.data</groupId> <artifactId>spring-data-redis</artifactId> <version>1.6.2.RELEASE</version> </dependency> <dependency> <groupId>redis.clients</groupId> <artifactId>jedis</artifactId> <version>2.9.0</version> </dependency>
参考地址:
http://blog.csdn.net/forlovedoit/article/details/52692910
时间: 2024-10-08 08:37:43