There was an error while loading. Please reload this page.
2 parents 627f872 + e8d7642 commit d69bcccCopy full SHA for d69bccc
1 file changed
src/main/java/com/fillin/global/config/redis/KeywordInitializer.java
@@ -5,13 +5,11 @@
5
import lombok.extern.slf4j.Slf4j;
6
import org.springframework.boot.ApplicationArguments;
7
import org.springframework.boot.ApplicationRunner;
8
-import org.springframework.context.annotation.Profile;
9
import org.springframework.data.redis.core.StringRedisTemplate;
10
import org.springframework.stereotype.Component;
11
12
@Slf4j
13
@Component
14
-@Profile("redis")
15
@RequiredArgsConstructor
16
public class KeywordInitializer implements ApplicationRunner {
17
0 commit comments