Skip to content

Commit

Permalink
🔥 사용하지 않는 의존성 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
K-jun98 committed May 11, 2024
1 parent cbe24f9 commit 319252b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main/java/dev/steady/global/config/CacheConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,11 @@
import lombok.Getter;
import org.springframework.cache.CacheManager;
import org.springframework.cache.annotation.EnableCaching;
import org.springframework.cache.caffeine.CaffeineCache;
import org.springframework.cache.caffeine.CaffeineCacheManager;
import org.springframework.cache.support.SimpleCacheManager;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;

import java.util.Arrays;
import java.util.List;
import java.util.concurrent.TimeUnit;

@Configuration
Expand Down

0 comments on commit 319252b

Please sign in to comment.