> For the complete documentation index, see [llms.txt](https://blog.javabom.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://blog.javabom.com/minhee/spring-boot/jpa/map-struct.md).

# Map Struct 참고

Entity - DTO를 연결하는 여러가지 방법

@Mapper interface를 생성하는 방식\
<https://hellokoding.com/mapping-jpa-hibernate-entity-and-dto-with-mapstruct/>

BeansUtils를 이\
<http://appsdeveloperblog.com/dto-to-entity-and-entity-to-dto-conversion/>

ModelMapper 라이브러리를 이용\
<https://yonguri.tistory.com/entry/Entity-DTO-%EA%B7%B8-%EC%82%AC%EC%9D%B4%EC%9D%98-ModelMapper-%EC%9D%B4%EC%95%BC%EA%B8%B0>
