Skip to content

Commit

Permalink
refactor: RedisConfig 패키지 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
seong-wooo committed Sep 20, 2023
1 parent e44252a commit 776059b
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package online.partyrun.partyrunbattleservice.domain.battle.config;
package online.partyrun.partyrunbattleservice.global.config;

import com.fasterxml.jackson.databind.ObjectMapper;
import com.fasterxml.jackson.datatype.jsr310.JavaTimeModule;
Expand All @@ -8,7 +8,6 @@
import online.partyrun.partyrunbattleservice.domain.battle.infra.RedisSubscriber;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.data.mongodb.core.aggregation.SelectionOperators;
import org.springframework.data.redis.connection.RedisConnectionFactory;
import org.springframework.data.redis.core.RedisTemplate;
import org.springframework.data.redis.listener.ChannelTopic;
Expand Down

0 comments on commit 776059b

Please sign in to comment.