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

Commit

Permalink
Autowired 어노테이션 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
ori0o0p committed Feb 8, 2024
1 parent accb63f commit ce51cb3
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import com.example.daemawiki.domain.mail.model.AuthMail;
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;
import reactor.core.publisher.Mono;
Expand All @@ -14,7 +13,6 @@ public class AuthMailRepository {

private final ReactiveRedisOperations<String, String> redisOperations;

@Autowired
public AuthMailRepository(ReactiveRedisOperations<String, String> redisOperations) {
this.redisOperations = redisOperations;
}
Expand Down

0 comments on commit ce51cb3

Please sign in to comment.