Skip to content

Commit

Permalink
Feat: MemberConverter 빈 등록
Browse files Browse the repository at this point in the history
  • Loading branch information
yxhwxn committed Jul 29, 2024
1 parent d6ace48 commit 7cd4a45
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
import com.cmc.suppin.member.controller.dto.MemberResponseDTO;
import com.cmc.suppin.member.domain.Member;
import org.springframework.security.crypto.bcrypt.BCryptPasswordEncoder;
import org.springframework.stereotype.Component;

@Component
public class MemberConverter {

public Member toEntity(MemberRequestDTO.JoinDTO request, BCryptPasswordEncoder encoder) {
Expand Down

0 comments on commit 7cd4a45

Please sign in to comment.