org.springframework.expression.spel.SpelEvaluationException: EL1007E:(pos 0): Field or property 'orderId' cannot be found on null
orderId
is one of the property in my order's Vo
How to use Spring Spring Expression Language (SpEL) in my application
Method signature
@Cacheable(value = "customerId", key = "#orderVO.orderId" )