File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
backend/src/main/java/io/f1/backend/global/config Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 33import io .f1 .backend .domain .stat .dao .StatRepositoryAdapter ;
44import io .f1 .backend .global .util .RedisUserSubscriber ;
55
6- import org .springframework .boot .ApplicationArguments ;
76import org .springframework .boot .ApplicationRunner ;
87import org .springframework .context .annotation .Bean ;
98import org .springframework .context .annotation .Configuration ;
@@ -42,8 +41,8 @@ public RedisMessageListenerContainer redisMessageListenerContainer(
4241 return container ;
4342 }
4443
45- @ Bean
46- ApplicationRunner redisWarmingRunner (StatRepositoryAdapter statRepositoryAdapter ) {
47- return args -> statRepositoryAdapter .setup ();
48- }
44+ @ Bean
45+ ApplicationRunner redisWarmingRunner (StatRepositoryAdapter statRepositoryAdapter ) {
46+ return args -> statRepositoryAdapter .setup ();
47+ }
4948}
You can’t perform that action at this time.
0 commit comments