Skip to content

Commit

Permalink
refactor: CacheConfig 불필요한 애너테이션 제거 개선
Browse files Browse the repository at this point in the history
  • Loading branch information
Libienz committed Jan 1, 2025
1 parent 5889279 commit 37b982c
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
import kr.touroot.global.util.PageDeserializer;
import kr.touroot.global.util.SortDeserializer;
import org.springframework.cache.CacheManager;
import org.springframework.cache.annotation.EnableCaching;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.data.domain.PageImpl;
Expand All @@ -20,10 +19,7 @@
import org.springframework.data.redis.serializer.GenericJackson2JsonRedisSerializer;
import org.springframework.data.redis.serializer.RedisSerializationContext.SerializationPair;
import org.springframework.data.redis.serializer.StringRedisSerializer;
import org.springframework.data.web.config.EnableSpringDataWebSupport;

@EnableCaching
@EnableSpringDataWebSupport
@Configuration
public class CacheConfig {

Expand Down

0 comments on commit 37b982c

Please sign in to comment.