Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Commit

Permalink
redis key package 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
ori0o0p committed Feb 3, 2024
1 parent 7dd4407 commit d37e10d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package com.example.daemawiki.domain.mail.repository;

import com.example.daemawiki.domain.mail.model.AuthCode;
import com.example.daemawiki.domain.mail.type.RedisKey;
import com.example.daemawiki.global.type.RedisKey;
import org.springframework.data.redis.core.ReactiveRedisOperations;
import org.springframework.stereotype.Repository;
import reactor.core.publisher.Mono;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package com.example.daemawiki.domain.mail.repository;

import com.example.daemawiki.domain.mail.model.AuthMail;
import com.example.daemawiki.domain.mail.type.RedisKey;
import com.example.daemawiki.global.type.RedisKey;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.redis.core.ReactiveRedisOperations;
import org.springframework.stereotype.Repository;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.example.daemawiki.domain.mail.type;
package com.example.daemawiki.global.type;

import lombok.AllArgsConstructor;
import lombok.Getter;
Expand Down

0 comments on commit d37e10d

Please sign in to comment.