【发布时间】:2014-01-14 22:00:50
【问题描述】:
org.springframework.expression.spel.SpelEvaluationException: EL1007E:(pos 0): Field or property 'orderId' cannot be found on null
orderId 是我订单 Vo 中的属性之一
如何在我的应用程序中使用 Spring Spring Expression Language (SpEL)
方法签名
@Cacheable(value = "customerId", key = "#orderVO.orderId" )
【问题讨论】:
标签: java spring-el spelevaluationexception