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

♻️ [Feat]: 책 상세 조회 API,반환하는 값들 추가 #69

Merged
merged 3 commits into from
Feb 17, 2024

Conversation

wjdalswl
Copy link
Contributor

📍 PR 타입 (하나 이상 선택)

  • 기능 추가
  • 버그 수정
  • 의존성, 환경 변수, 빌드 관련 코드 업데이트
  • 기타 사소한 수정

❗️ 관련 이슈 링크

Close #68

📌 개요

🔁 변경 사항

📸 스크린샷

👀 기타 더 이야기해볼 점

✅ 체크 리스트

  • PR 템플릿에 맞추어 작성했어요.
  • 변경 내용에 대한 테스트를 진행했어요.
  • 프로그램이 정상적으로 동작해요.
  • PR에 적절한 라벨을 선택했어요.
  • 불필요한 코드는 삭제했어요.

@wjdalswl wjdalswl linked an issue Feb 17, 2024 that may be closed by this pull request
1 task
@wjdalswl
Copy link
Contributor Author

북 엔티티에 publicationYear을 아예 지우고 싶었는데 자꾸 DB 형식이랑 안맞는다고 꼭 필요한 값이라고 떠요. 그래서 update를 create로 바꾸고 DB 초기화도 해봤는데, 이상하게 북만 초기화 안되고 나머지는 다 초기화 되여. 그래서 publicationYear을 받기만 하고 보내지만 않게 일단 해놓았씁니다람쥐.

@@ -52,6 +52,7 @@ spring:
jpa:
properties:
hibernate:
dialect: org.hibernate.dialect.MySQL5Dialect
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

이건 왜 추가한건가요?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

음.........그러게여.....ㅎㅎ 디비 로컬로 바꾸는 거 몰라서 연구하다가 ㅎㅎ 지웠어야 했는데 그대로 올려버렸네욤~

@jinuklee777 jinuklee777 added the ♻️ refactor Code Refactor label Feb 17, 2024
@jinuklee777 jinuklee777 merged commit d34802f into dev Feb 17, 2024
@jinuklee777 jinuklee777 deleted the feat/68-deatil-book-addRequst branch February 20, 2024 13:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
♻️ refactor Code Refactor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

♻️ [Feat]: 책 상세 조회 API,반환하는 값들 추가
2 participants