Skip to content

Commit

Permalink
#186 fix : 사용하지 않는 import문 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
sycuuui committed Aug 21, 2024
1 parent 5ecd7ed commit eb0f051
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,7 @@
import org.springframework.cache.concurrent.ConcurrentMapCacheManager;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.data.redis.cache.RedisCacheConfiguration;
import org.springframework.data.redis.cache.RedisCacheManager;
import org.springframework.data.redis.connection.RedisConnectionFactory;
import org.springframework.data.redis.serializer.RedisSerializationContext;
import org.springframework.data.redis.serializer.StringRedisSerializer;

import java.time.Duration;

@EnableCaching
@Configuration
Expand Down

0 comments on commit eb0f051

Please sign in to comment.