Java/Blog

3 Articles
Implementing Mapstruct On Spring Boot

Implementing Mapstruct On Spring Boot

Mapstruct is a code generator and help us to convert 2 different java object depends on our configuration. While we develop a software, we don’t want to response directly entity objects. it is not safe and useless. On kind of this situations, we are using mapstruct as a super hero :)