Skip to content

Commit

Permalink
fix: MemberDetails @Getter 어노테이션 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
bflykky committed Jul 30, 2024
1 parent f79b784 commit 58938ce
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
package com.umc.naoman.global.security.model;

import com.umc.naoman.domain.member.entity.Member;
import lombok.Getter;
import org.springframework.security.core.GrantedAuthority;
import org.springframework.security.core.userdetails.UserDetails;

import java.util.Collection;
import java.util.Collections;

@Getter
public class MemberDetails implements UserDetails {
private final Member member;

Expand Down

0 comments on commit 58938ce

Please sign in to comment.