Skip to content

Commit d69bccc

Browse files
authored
Merge pull request #105 from FILLIN-UMC/refactor/redis
[Refactor/#104] 레디스 서버 관련 수정
2 parents 627f872 + e8d7642 commit d69bccc

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/main/java/com/fillin/global/config/redis/KeywordInitializer.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,11 @@
55
import lombok.extern.slf4j.Slf4j;
66
import org.springframework.boot.ApplicationArguments;
77
import org.springframework.boot.ApplicationRunner;
8-
import org.springframework.context.annotation.Profile;
98
import org.springframework.data.redis.core.StringRedisTemplate;
109
import org.springframework.stereotype.Component;
1110

1211
@Slf4j
1312
@Component
14-
@Profile("redis")
1513
@RequiredArgsConstructor
1614
public class KeywordInitializer implements ApplicationRunner {
1715

0 commit comments

Comments
 (0)