Skip to content

새롭게 배우거나 겪은 어려움들

이창민 edited this page Dec 5, 2022 · 12 revisions

더미데이터 100,000 레코드 넣기
https://leezzangmin.tistory.com/33

@Builder 사용 관련 오류
https://youngssse.tistory.com/entry/Java-Error-actual-and-formal-argument-lists-differ-in-length

Pageable 객체 사용 - 수작업 생성은 PageRequest.of()
https://velog.io/@chlee4858/Jpa-Pagination-%EA%B5%AC%ED%98%84%ED%95%98%EA%B8%B0 페이지 쿼리스트링 못읽는 문제 - config 설정 https://stackoverflow.com/questions/52355490/no-primary-or-default-constructor-found-for-interface-org-springframework-data-d

Optional을 ifPresent()로 처리하다가 겪은 일
https://leezzangmin.tistory.com/38

mysql count 디폴트 0으로 ? -> join이 얽혀있어서 어려웠음.. 사실 지금도 어려움
https://lowelllll.github.io/mysql/2019/02/01/mysql-count-default-0/

@NotNull 이 왜 작동하지 않을까?
낫널은 공백 입력을 허용했었음. @NotEmpty 는 공백을 허용하지 않지만 " "을 허용함. 그래서 @NotBlank를 사용해야함 https://sanghye.tistory.com/36

레디스로 중복 조회 걸러내기
https://leezzangmin.tistory.com/39

DTO 입력날짜 검증 - 60초보다 이전의 입력날짜는 익셉션
https://sunghs.tistory.com/128

레디스 직렬화 - 역직렬화 오류
https://leezzangmin.tistory.com/40

LocalDateTime이 json에서 array 형식으로 반환되는 오류
https://leezzangmin.tistory.com/43

MockMVC 테스트 오류처리 https://github.com/HomoEfficio/dev-tips/blob/master/SpringMVCTest%EC%97%90%EC%84%9C%EC%9D%98%20%EC%98%88%EC%99%B8%20%ED%85%8C%EC%8A%A4%ED%8A%B8.md

Clone this wiki locally