2020
09-27
09-27
Spring使用redis遇到的问题及解决方案
本人在spring中使用redis作为缓存时,遇到两个坑,现在记录如下,算是作为自己的备忘吧,文笔不好,望大家见谅;一、配置文件<!--加载Properties文件--><beanid="configurer"class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer"><propertyname="locations"><list><value>classpath*:config.properties</value></list></property><propertyname="ignoreUnres...
继续阅读 >