It's Spring-data-redis and Jedis.
The following error occurred after configuration:
Caused By:java.lang.VerifyError: (Class:org/springframework/data/redis/connection/jedis/jedisconnectionfactory, Method:afterpropertiesset Signature: () V) incompatible argument to function at Java.lang.Class.getDeclaredConstructors0 (Native Method) at java.lang.Class.privateGetDeclaredConstructors ( Unknown source) at java.lang.Class.getConstructor0 (Unknown source) at Java.lang.Class.getDeclaredConstructor (Unknown Source) at Org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate ( simpleinstantiationstrategy.java:78) at Org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean ( abstractautowirecapablebeanfactory.java:990) ... More
This error is caused by JAR packet collisions where:Jedis-2.4.1.jar and Spring-data-redis-1.0.1.release.jar cannot be used with
Workaround:Jedis-2.4.1.jar and Spring-data-redis-1.3.4.release.jar can
Spring integrated Redis appears afterpropertiesset signature: () V) incompatible argument to function solution