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

지난 강의에서 누락된 구현 부분 수정하기 #49

Merged
merged 3 commits into from
Jul 30, 2024

Conversation

djkeh
Copy link
Owner

@djkeh djkeh commented Jul 30, 2024

이 작업은 강의 도중 잘못 작성된 코드 일부를 수정한다.

This fixes #48

djkeh added 3 commits July 30, 2024 09:53
추상 클래스 필드의 접근 제어자로
`private`은 적절하지 않다.
강의 도중 POJO를 만든다고 의식하면서 실수한 듯.
`protected`로 수정.
enum 필드는 jpa가 enum임을
이해할 수 있도록 추가 애노테이션을 필요로 함.
이를 설정, db 매핑 기준은 enum 원소 이름으로.

또한 작성 중에 `private` 위치를 실수한 듯.
수정함.
컬럼 not null 정보가 누락되었고,
`AuditingFields`를 설명하면서
코드가 남아버렸다.
이를 수정함.
@djkeh djkeh added the bug Something isn't working label Jul 30, 2024
@djkeh djkeh self-assigned this Jul 30, 2024
@djkeh djkeh merged commit 3d60b78 into main Jul 30, 2024
@djkeh djkeh deleted the feature/48-fix-entity branch July 30, 2024 01:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

지난 강의에서 누락된 구현 부분 수정하기
1 participant