Skip to content
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

refactor: Spring Security 준영속 상태 해제 및 security 어노테이션 사용성 개선 #640

Open
1 of 6 tasks
sanggae4133 opened this issue Sep 14, 2024 · 0 comments
Assignees
Labels
refactor Refactor feature or structure

Comments

@sanggae4133
Copy link
Contributor

sanggae4133 commented Sep 14, 2024

🚩 관련사항

#540

📍 종류

  • TODO (일정 정리)
  • FEATURE (기능 개발)
  • BUG (버그)
  • FAQ (질문)

💡 상세설명

Spring Security의 AuthenticationPrincipal의 특징인 CustomUser를 준영속화 시키는 특성 때문에, User를 필드로 가지고 있는 Entity들의 생성 및 수정에서 영속성 컨텍스트에 User가 현재 포함되지 않습니다.

이를 전반적으로 수정하고 Spring Security Custom 어노테이션 편리성을 개선합니다.

📃 진행사항

  • 준영속화 문제 해결
  • spring security 커스텀 어노테이션 사용성 개선

⚙️ 기타사항

참고 포스트
https://tecoble.techcourse.co.kr/post/2020-08-31-entity-lifecycle-1/
https://myunji.tistory.com/477

예상 개발기간:

@sanggae4133 sanggae4133 added the refactor Refactor feature or structure label Sep 14, 2024
@sanggae4133 sanggae4133 self-assigned this Sep 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor Refactor feature or structure
Projects
None yet
Development

No branches or pull requests

1 participant