인프런 영문 브랜드 로고
인프런 영문 브랜드 로고

Inflearn Community Q&A

xorals9448's profile image
xorals9448

asked

Real-world! Spring Boot and JPA Utilization 2 - API Development and Performance Optimization

Order Lookup V3: Converting Entities to DTOs - Fetch Join Optimization

v3하면서 오류가나서 질문 올립니다 ㅠㅠ

Written on

·

463

0

강의들으면서 똑같이 코딩하였는데 요청을 보내면 에러가 뜨면서 저렇게 반환됩니다 어떤게 문제인지 잘 모르겠습니다 ㅠㅠ

springspring-bootJPAjava

Answer 1

0

yh님의 프로필 이미지
yh
Instructor

안녕하세요 xorals94님

다음과 같이 변경해주세요^^

OrderDto {

private List<OrderItem> -> List<OrderItemDto>

}

감사합니다.

xorals9448's profile image
xorals9448

asked

Ask a question