Spring Boot DTO Tutorial - Entity to DTO Conversion using ModelMapper Library | In 4 Simple Steps

preview_player
Показать описание

In this video, we will use the ModelMapper library to convert Entity to DTO and vice-versa.

#springboot #javaguides #dto
Рекомендации по теме
Комментарии
Автор

Very straight forward and informative video. Thanks a lot...Sir

rahul-java-dev
Автор

sir you are brilliant.
I am just watching this again late at night because
I am currently working on upgrading a library called orika from 1.4.5 to 1.5.3
but for some reason, it seems like to use 1.4.5.
I updated all the project and external services that uses that library but I am still having some issues.
sir, what is your recommendation when upgrading the library from one version to another.
I am little confused at this point.
I would appreciate your answer

gabrielfono
Автор

Hello friend, I congratulate you for your content, you could create some tutorials on how to create web applications with spring boot with image uploads and generate reports in pdf and excel

christianramirez
Автор

Good sir but I am having issues with converting date.. I have added the Jsr310 dependency but still the same

ajisegirisunday
Автор

What if I create a separate folder containing the method for mapping? I encounter error that I have to set this mapper class to be a Bean also. Why is that? and How to fix? Do I need to add @Service to the mapper class, and create object of this class in the service class, to call the map method?

QuanTran-ejjh
Автор

Hi.. if two pojo classes having different field name, what should we do? is there any annotation to map the fields?

sijumonpk
Автор

Very Good, do you have videos about Login and registration with roles in Spring Boot and angular?

ramosespann
Автор

can some one explain when we have to convert dto to entity, entity to dto (when returning output to controller entity to dto) when whe have to use dto to entity ?

praveenKumar-bxpt
Автор

How can we avoid DRY for MatchingStrategies.LOOSE?

Gorky
Автор

please sir do serverless architecture spring boot and aws

AlessiaCaraFans