錯誤信息: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項目