강의

멘토링

커뮤니티

Inflearn Community Q&A

jumong40001203's profile image
jumong40001203

asked

Real-world! Spring Boot and JPA Utilization 1 - Web Application Development

Application Architecture

DTO 미사용 이유

Written on

·

354

3

'자바 ORM 표준 JPA 프로그래밍' 에서 DTO를 사용하는게 사이드이펙트를 줄일 수 있다고 들었습니다.

하지만 이 강의에서는 DTO를 사용하지 않는데, 그 이유가 예제를 단순화 하기 위함인가요?

spring-boot웹앱springJPAjava

Answer 2

1

E mergency님의 프로필 이미지
E mergency
Questioner

감사합니다^^

1

yh님의 프로필 이미지
yh
Instructor

안녕하세요. E mergency님^^

맞습니다. 예제를 단순화하기 위해서 입니다. 활용2편에서는 본격적으로 엔티티를 직접 사용할 때의 문제점을 자세히 설명드립니다.

감사합니다^^

jumong40001203's profile image
jumong40001203

asked

Ask a question