asked
Real-world! Spring Boot and JPA Utilization 2 - API Development and Performance Optimization
Order Lookup V3: Converting Entities to DTOs - Fetch Join Optimization
Written on
·
463
0
강의들으면서 똑같이 코딩하였는데 요청을 보내면 에러가 뜨면서 저렇게 반환됩니다 어떤게 문제인지 잘 모르겠습니다 ㅠㅠ
Answer 1
안녕하세요 xorals94님
다음과 같이 변경해주세요^^
OrderDto {
private List<OrderItem> -> List<OrderItemDto>
}
감사합니다.