Skip to content

Commit

Permalink
[NO-JIRA] 개발 서버 재배포 2nd (#203)
Browse files Browse the repository at this point in the history
* style: 엔터추가

* feat: DistributedLockAop 빈에서 삭제
  • Loading branch information
pminsung12 authored Nov 14, 2024
1 parent 093e405 commit 8240ab1
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 8240ab1

Please sign in to comment.