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

Поделиться
HTML-код
  • Опубликовано: 11 сен 2021
  • In the previous video ( • Spring Boot DTO Exampl... ), we have seen how to use DTO in the Spring boot application and we have written a code manually to convert Entity to DTO.
    In this video, we will use the ModelMapper library to convert Entity to DTO and vice-versa.
    GitHub repository at github.com/RameshMF/springboo...
    #springboot #javaguides #dto

Комментарии • 17

  • @rahul-java-dev
    @rahul-java-dev 2 года назад +2

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

  • @rohitn6333

    thanks a lot for this video sir

  • @sushilbiswal1597
    @sushilbiswal1597 2 года назад +1

    Thank you sir 🙏🙏

  • @gabrielfono844
    @gabrielfono844 Год назад

    thanks

  • @meenajadhav5533
    @meenajadhav5533 2 года назад

    Best 👍

  • @christianramirez3473
    @christianramirez3473 2 года назад +1

    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

  • @sijumonpk9117
    @sijumonpk9117 Год назад

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

  • @ajisegirisunday2885
    @ajisegirisunday2885 2 года назад +1

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

  • @ramosespann6496
    @ramosespann6496 2 года назад

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

  • @gabrielfono844
    @gabrielfono844 Год назад +1

    sir you are brilliant.

  • @QuanTran-ej3jh

    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?

  • @praveenKumar-bx7pt
    @praveenKumar-bx7pt Год назад

    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 ?

  • @mnaveen369
    @mnaveen369 2 года назад

    Pls sir do the videos on JavaAntlr

  • @Gorky25
    @Gorky25 2 года назад

    How can we avoid DRY for MatchingStrategies.LOOSE?

  • @AlessiaCaraFans
    @AlessiaCaraFans Год назад

    please sir do serverless architecture spring boot and aws

  • @bka9705
    @bka9705 Год назад

    how to create this findByName

  • @aayu13soni
    @aayu13soni 2 года назад

    where is mapstruct video?