We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
#540
Spring Security의 AuthenticationPrincipal의 특징인 CustomUser를 준영속화 시키는 특성 때문에, User를 필드로 가지고 있는 Entity들의 생성 및 수정에서 영속성 컨텍스트에 User가 현재 포함되지 않습니다.
이를 전반적으로 수정하고 Spring Security Custom 어노테이션 편리성을 개선합니다.
참고 포스트 https://tecoble.techcourse.co.kr/post/2020-08-31-entity-lifecycle-1/ https://myunji.tistory.com/477
예상 개발기간:
The text was updated successfully, but these errors were encountered:
sanggae4133
No branches or pull requests
🚩 관련사항
#540
📍 종류
💡 상세설명
Spring Security의 AuthenticationPrincipal의 특징인 CustomUser를 준영속화 시키는 특성 때문에, User를 필드로 가지고 있는 Entity들의 생성 및 수정에서 영속성 컨텍스트에 User가 현재 포함되지 않습니다.
이를 전반적으로 수정하고 Spring Security Custom 어노테이션 편리성을 개선합니다.
📃 진행사항
⚙️ 기타사항
참고 포스트
https://tecoble.techcourse.co.kr/post/2020-08-31-entity-lifecycle-1/
https://myunji.tistory.com/477
예상 개발기간:
The text was updated successfully, but these errors were encountered: