NullSilck
07/04/2024, 11:22 AM@Cacheable(value = ["user"], key = "#user.uuid", sync = true) // user.uuid absolutely not null
Error said:
Cause: null
Message: EL1008E: Property or field 'uuid' cannot be found on object of type 'java.lang.Object[]' - maybe not public or not valid?
Stack: org.springframework.expression.spel.SpelEvaluationException: EL1008E: Property or field 'uuid' cannot be found on object of type 'java.lang.Object[]' - maybe not public or not valid?
Is there any other way to fix this other than suspend unmarked?Daniel Pitts
07/04/2024, 2:35 PMDaniel Pitts
07/04/2024, 2:36 PMNullSilck
07/04/2024, 4:51 PMTim Schraepen
07/06/2024, 5:51 AM