spring-boot 集成ehcache报错:org.springframework.expression.spel.SpelEvaluationException: EL1008E:

错误信息:org.springframework.expression.spel.SpelEvaluationException: EL1008E: Property or field 'pageable' cannot be found on object of type 'org.springframework.cache.interceptor.CacheExpressionRootObject' - maybe not public or not valid?

错误原因:

@Cacheable 注解中key的值变量之前没有加#(井号)

修改为

如果你也报了同样的错误可以仔细检查一下

 有兴趣的朋友可以查看本人spring-boot-ehcache GitHub项目

猜你喜欢

转载自www.cnblogs.com/brokencolor/p/10857759.html