摘要: <bean id="propertyConfigurer" class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer"> <property name="locations"> <list> <valu 阅读全文
posted @ 2016-03-22 13:23 无知死循环 阅读(290) 评论(0) 推荐(0)
摘要: 我遇到的原因是spring.xml配置有问题,应该为: <bean id="redisTemplate" class="org.springframework.data.redis.core.StringRedisTemplate"> <property name="connectionFactor 阅读全文
posted @ 2016-03-22 12:37 无知死循环 阅读(8934) 评论(0) 推荐(0)