EL1008E:属性或字段不能在org.springframework.cache.interceptor.CacheExpressio

错误信息关键信息:

EL1008E: Property or field 's' cannot be found on object of type 'org.springframework.cache
.interceptor.CacheExpressionRootObject' - maybe not public or not valid?
EL1008E:属性或字段不能在org.springframework.cache.interceptor.CacheExpressionRootObject
类型的对象上找到——可能不是公共的或者无效的? 

报错代码:
EL1008E:属性或字段不能在org.springframework.cache.interceptor.CacheExpressio_第1张图片
是因为 @Cacheable(key=“banner”,value = “IndexList”)不能识别
在这里插入图片描述
在key中加入一对单引号,即可解决报错。

你可能感兴趣的:(Java,java,开发语言)