问题描述:
Springboot整合redis注解,请求访问时报错:
org.springframework.expression.spel.SpelEvaluationException: EL1008E:
Property or field ‘getListMember’ cannot be found on object of type
‘org.springframework.cache.interceptor.CacheExpressionRootObject’ -
maybe not public or not valid?
问题原因:redis标签中缺少单引号
解决方式:
在redis标签中添加单引号