Skip to content

Commit

Permalink
chore: 의존성 관련 주석 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
seokjin8678 committed Mar 22, 2024
1 parent 0f32195 commit f071f86
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
import org.springframework.web.filter.OncePerRequestFilter;
import org.springframework.web.util.ContentCachingRequestWrapper;

/**
* LogRequestBodyAspect 클래스가 해당 클래스에 의존하므로, 해당 클래스 수정, 삭제 시 LogRequestBodyAspect 클래스도 수정하거나 삭제할 것!
*/
@Profile("!test")
@Component
@RequiredArgsConstructor
Expand Down

0 comments on commit f071f86

Please sign in to comment.