Skip to content

Commit

Permalink
hotfix : @indexed import에러 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
bo-ram-bo-ram authored Sep 24, 2024
1 parent 7e47137 commit bed53fd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
import lombok.Builder;
import lombok.Getter;
import org.springframework.data.redis.core.RedisHash;
import org.springframework.data.redis.core.index.Indexed;

@RedisHash(value = "refreshToken", timeToLive = 60 * 60 * 24 * 1000L * 14)
@AllArgsConstructor
Expand Down

0 comments on commit bed53fd

Please sign in to comment.