Skip to content

Commit

Permalink
2024-12-08 08:37:51
Browse files Browse the repository at this point in the history
  • Loading branch information
yingzhuo committed Dec 8, 2024
1 parent 6508496 commit 4e69ba2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ public Object around(ProceedingJoinPoint joinPoint) throws Throwable {
}

var redisKey = AspectSpELTemplate.<String>newInstance(annotation.value(), joinPoint)
.setRootObject(null)
.getValue();

var success = redisOperations.opsForValue()
Expand Down

0 comments on commit 4e69ba2

Please sign in to comment.