Skip to content

Commit

Permalink
🐛 Fix: ci/cd 오류 해결 - RedisDao 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
lej8924 authored Jul 19, 2024
1 parent a30206c commit 3ff5b07
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/com/ticle/server/user/redis/RedisDao.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@
import org.springframework.data.redis.core.RedisTemplate;
import org.springframework.data.redis.serializer.Jackson2JsonRedisSerializer;
import org.springframework.stereotype.Component;
import org.springframework.stereotype.Repository;
import org.springframework.stereotype.Service;

import java.util.concurrent.TimeUnit;

@Component
@Repository
@RequiredArgsConstructor
public class RedisDao {

Expand Down

0 comments on commit 3ff5b07

Please sign in to comment.