Skip to content

Comments

fix: JPA Entity와 Postgresql enum type mapping error 수정(#21)#22

Merged
myqewr merged 1 commit intodevelopfrom
feature/#21
Mar 16, 2025
Merged

fix: JPA Entity와 Postgresql enum type mapping error 수정(#21)#22
myqewr merged 1 commit intodevelopfrom
feature/#21

Conversation

@myqewr
Copy link
Member

@myqewr myqewr commented Mar 16, 2025

🌱 관련 이슈

📌 작업 내용 및 특이사항

  • jpa entity와 postgresql enum type mapping 오류 해결
  • @JdbcTypeCode(SqlTypes.NAMED_ENUM) 추가
  • jpa로 data insert 후 test 완료

🔍 참고사항

📚 기타

@myqewr myqewr self-assigned this Mar 16, 2025
@myqewr myqewr requested review from hisonghy and removed request for hisonghy March 16, 2025 10:16
@myqewr myqewr merged commit e228cce into develop Mar 16, 2025
1 check passed
@hisonghy hisonghy added the 🔴 bug/error 버그 수정(오류, 에러 해결) label Mar 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🔴 bug/error 버그 수정(오류, 에러 해결)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

🔴 jpa entity enum type error 해결

2 participants