-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature project search fix #43
Conversation
유저역할을 확인하는 기능 추가
type : fix body : 검색 기능 버그 수정
type:change body : 권한확인이 필요한 기능에 권한확인 기능 적용
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생해써요~~~ ㅎㅎ
@@ -18,7 +18,8 @@ | |||
@Api(tags = "NoteBlockController") | |||
@RestController | |||
@RequiredArgsConstructor | |||
@CrossOrigin(origins = "http://localhost:3000", allowedHeaders = "*", allowCredentials = "true") | |||
@ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
컨트롤 + 알트 + L 하면 InteliJ 가 자동정렬해줍니다.
맥은 Command 버튼 꾹 누르면 나오는 단축키 확인해보세요~
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
맥은 추가설치 해야하지 않나요?
return role; | ||
} | ||
|
||
@Override |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
권한에 따른 페이지 접속 여부는 Spring Security에서 filter로 가능한 것으로 알고있어여~
확인해보시면 좋을 것 같아요!!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
넵
PR Checklist
아래 요구사항을 만족하는지 체크:
PR Type
해당 PR이 포함하는 내용 체크:
해당 PR에 대한 설명
#42
스크린샷
기타 정보