-
Notifications
You must be signed in to change notification settings - Fork 1
[FEATURE] 봉사활동 모집글 생성 기능 #16
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
Conversation
- JpaAuditing annotation - 통합 테스트: 스프링 서버를 한번 띄우기 위해
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
궁금한게 있습니다!
- imgUrl이 원래 Optinal로 되어있었던 거 같은데 없어졌던데 Notnull로 처리하실 생각이신 걸까요?
- 저희 Service 안에서 command/query 한 번 더 나누기로 한 거 같은데 아직 파일이 하나뿐이라 따로 폴더에 안 넣으신건가요?
(이건 코드랑 상관 없는 질문인데)
혹시 테스트 코드 실행하시면 bytebuddy 관련된 WARNING 안뜨시나요?
혹시 뜨시면 어떻게 해결하셨나욤 방법이 여러개던데 통일하면 좋을 거 같아서요!
저도 범수님이 만들어주신 IntegrationTestSupport랑 test.yml 같은 파일 받아서 수정하고 올리는 게 좋을 거 같아서 범수님 코드 머지되면 PR 올리겠습니다!
고생하셨습니다아
src/test/java/com/somemore/recruitboard/service/CreateRecruitBoardServiceTest.java
Show resolved
Hide resolved
|
@ayoung-dev 1번은 Optional로 해둔게 맞았는데 어제 재중님 코드 리뷰 보고 컨트롤러에서 이미지가 없을경우 빈 문자열 |
src/main/java/com/somemore/location/dto/request/LocationCreateRequestDto.java
Outdated
Show resolved
Hide resolved
src/test/java/com/somemore/recruitboard/service/CreateRecruitBoardServiceTest.java
Show resolved
Hide resolved
m-a-king
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
수고하셨습니다!
src/test/java/com/somemore/recruitboard/service/CreateRecruitBoardServiceTest.java
Show resolved
Hide resolved
- String -> Decimal
- String -> Decimal
| @Column(name = "longitude", nullable = false) | ||
| private String longitude; | ||
| @Column(name = "longitude", nullable = false, precision = 12, scale = 8) | ||
| private BigDecimal longitude; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
정밀도를 8자리로 한이유
- 다음 글보고 정했습니다. https://pixx.tistory.com/380
- command 패키지 하위로 이동
|



resolved :
📌 과제 설명
👩💻 요구 사항과 구현 내용
✅ PR 포인트 & 궁금한 점
RecruitBoard엔티티 필드 추가 및 타입 변경