2023.03.14.TUE

ronglong·2023년 3월 14일
0

[ 메인 프로젝트 ]

  • A collection with cascade="all-delete-orphan" was no longer referenced by the owning entity instance 에러
    새로운 객체를 만들시, JPA 특성상 추적이 안 돼서 생기는 오류.
    새로 객체 만들지 말고 비우고 채워넣기로 해결
    https://blog.leocat.kr/notes/2016/04/26/hibernate-no-longer-reference
  • 폼 데이터 요청은 post, get 메서드만 가능함
    https://mangkyu.tistory.com/218
  • Cannot call sendError() after the response has been committed 에러
    Jpa 순환참조 문제였는데, 컨트롤러에서 Dto로 리턴 안 해서 그런 것이었음.

<느낀 점>

할 거 너무 많고,, 이번 주, 다음 주가 버닝 주간인 듯.

0개의 댓글