fix(#3): login, base entity, role 수정 (#136)#138
Merged
Yoonchulchung merged 1 commit intomainfrom Jan 7, 2026
Merged
Conversation
- ADMIN role 삭제 후 admin controller -> master controller로 수정했습니다. (추후 관리자페이지 가능성) - Login URL을 /api/login으로, JSON형식으로 request를 입력받도록 수정했습니다. - Base Entity - deleted_by -> delete메서드들의 인자 변경(userid) -> user.getID() 등으로 수정했습니다. - created_by -> 회원가입 시 NULL 에러 -> created_by: 0(SYSTEM)이 되도록 (auditorawareimpl 생성) 여러 파일의 자잘한 오류 해결했으니 확인 부탁드립니다. 특히 controller 등에서 'ADMIN'으로 role에 따라 접근하는 정책이 남아있는지 확인 부탁드립니다.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
여러 파일의 자잘한 오류 해결했으니 확인 부탁드립니다. 특히 controller 등에서 'ADMIN'으로 role에 따라 접근하는 정책이 남아있는지 확인 부탁드립니다.