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

엔티티 기본키 관련 버그 #52

Open
jaemin05 opened this issue Jan 26, 2023 · 0 comments
Open

엔티티 기본키 관련 버그 #52

jaemin05 opened this issue Jan 26, 2023 · 0 comments
Assignees
Labels
버그 예기치 않은 문제 또는 의도하지 않은 동작(버그)을 나타냅니다.

Comments

@jaemin05
Copy link
Member

현재 기본키 자료형으로 String으로 사용하였는데
@GeneratedValue(strategy = GenerationType.IDENTITY) 가 먹히지 않아 엔티티가 생성되지 않는 오류가 발생하였습니다.

@jaemin05 jaemin05 added the 버그 예기치 않은 문제 또는 의도하지 않은 동작(버그)을 나타냅니다. label Jan 26, 2023
@jaemin05 jaemin05 self-assigned this Jan 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
버그 예기치 않은 문제 또는 의도하지 않은 동작(버그)을 나타냅니다.
Projects
None yet
Development

No branches or pull requests

1 participant