👾 문제식별RequestDto 클래스 어노테이션 수정을 했다.데이터 수정의 위험이 있는 @setter 대신 @builder로 변경한 뒤, 컨트롤러 테스트를 해봤는데 원인 모를 400 에러 발생.{ "timestamp": "2024-08-24T09:56:57.523+00:00", "status": 400, "error": "Bad Request", "path": "/notebook"} 🔍 원인분석우선 HttpMessageNotReadableException 가 무슨 에러인지 알아보자.https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/http/converter/HttpMessageNotReadab..