Skip to content

Commit

Permalink
Fix: @EnableRedisRepositories 어노테이션 추가 (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
emes-g authored Aug 6, 2024
1 parent e9df311 commit c9a1afb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/java/store/itpick/backend/config/RedisConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@


import org.springframework.beans.factory.annotation.Value;
import lombok.RequiredArgsConstructor;
import org.springframework.boot.autoconfigure.data.redis.RedisProperties;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.data.redis.connection.RedisConnectionFactory;
import org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory;
import org.springframework.data.redis.core.RedisTemplate;
import org.springframework.data.redis.repository.configuration.EnableRedisRepositories;
import org.springframework.data.redis.serializer.StringRedisSerializer;

@EnableRedisRepositories
Expand Down

0 comments on commit c9a1afb

Please sign in to comment.