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
Entity들의 update 시간을 변경하기 위해 Audit 설정을 한다.
BaseEntity에 Audit를 위한 어노테이션은 실컷 붙여놓고, 정작 JPA Auditing을 활성화는 잊고 있었음. 때문에 그동안 updated_at이 변경되지 않고 있었음.... (다들 왜 몰랐을까)
BaseEntity
updated_at
Reference NULL
NULL
The text was updated successfully, but these errors were encountered:
No branches or pull requests
JPA Auditing 설정
BaseEntity
에 Audit를 위한 어노테이션은 실컷 붙여놓고, 정작 JPA Auditing을 활성화는 잊고 있었음.때문에 그동안
updated_at
이 변경되지 않고 있었음.... (다들 왜 몰랐을까)✅ Task List
💡 고려사항
The text was updated successfully, but these errors were encountered: