今天遇到个问题 ,本地环境就是启动不了,
nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'jedisConnectionFactory' defined in class path resource [config/applicationContext-redis.xml]: Cannot resolve reference to bean 'jedisPoolConfig' while setting bean property 'poolConfig'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'jedisPoolConfig' defined in class path resource [config/applicationContext-redis.xml]: Error setting property values; nested exception is org.springframework.beans.NotWritablePropertyException: Invalid property 'whenExhaustedAction' of bean class [redis.clients.jedis.JedisPoolConfig]: Bean property 'whenExhaustedAction' is not writable or has an invalid setter method. Does the parameter type of the setter match the return type of the getter? nested exception is or