Dot Programming/Spring Clone
2021. 3. 8.
[스프링 웹앱 프로젝트 #30] ModelMapper적용
30. ModelMapper 적용 http://modelmapper.org/ >> 객체의 프로퍼티를 다른 객체의 프로퍼티로 매핑해주는 유틸리티 1. 의존성 추가 2. 토크나이저 설정 ModelMapper - Simple, Intelligent, Object Mapping. Why ModelMapper? The goal of ModelMapper is to make object mapping easy, by automatically determining how one object model maps to another, based on conventions, in the same way that a human would - while providing a simple, refactoring-safe API..