Skip to content

Commit

Permalink
feat: DistributedLockAop 빈에서 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
pminsung12 committed Nov 14, 2024
1 parent dfbad10 commit 3ebef3a
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,13 @@
import org.depromeet.spot.infrastructure.common.util.SpringELParser;
import org.redisson.api.RLock;
import org.redisson.api.RedissonClient;
import org.springframework.stereotype.Component;

import lombok.RequiredArgsConstructor;
import lombok.extern.slf4j.Slf4j;

@Slf4j
@Aspect
@Component
// @Component
@RequiredArgsConstructor
public class DistributedLockAop {

Expand Down

0 comments on commit 3ebef3a

Please sign in to comment.