Skip to content

Commit

Permalink
chore: CacheStatsLogger @Profile({"!test"}) ์ถ”๊ฐ€
Browse files Browse the repository at this point in the history
- ๋กœ๊ทธ ๋ชฉ์ ์ด๋ฏ€๋กœ ํ…Œ์ŠคํŠธ์—์„œ ์ œ์™ธ
  • Loading branch information
seokjin8678 committed Apr 16, 2024
1 parent 218aad3 commit 81ec948
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@
import org.springframework.cache.Cache;
import org.springframework.cache.CacheManager;
import org.springframework.cache.caffeine.CaffeineCache;
import org.springframework.context.annotation.Profile;
import org.springframework.context.event.ContextClosedEvent;
import org.springframework.context.event.EventListener;
import org.springframework.stereotype.Component;

@Profile({"!test"})
@Slf4j
@Component
@RequiredArgsConstructor
Expand Down

0 comments on commit 81ec948

Please sign in to comment.