Project Lombok & Mapstruct with Spring Boot | Spring Boot Backend #5

preview_player
Показать описание
In this video I show the configuration and usage of two useful tools which are Project Lombok and Mapstruct with Spring Boot, to reduce a lot of code.

In this video, I will handle:
* installation of the Lombok and Mapstruct plugins in Eclipse and Intellij;
* configuration of Lombok;
* configuration of Mapstruct with Spring Boot;
* usage of Lombok;
* usage of Mapstruct with Spring Boot.

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

Thanks for great content! Its helpful and very crystal clear with all the required details!

priyankawagh
Автор

Hi, Sergio! You have no idea how much you've helped me :)

Tiertey
Автор

You've helped with mapstruct. I was missing the mapstruct-processor dependency and it was driving me nuts. Thank you.

minon
Автор

Great Tutorial, thank you so much! It helped me a lot to understand the basics

bratwurstfan
Автор

@Data is not only for getters/setters, it is a shortcut for @ToString, @EqualsAndHashCode, @Getter on all fields, @Setter on all non-final fields, and @RequiredArgsConstructor !

fxihygu
Автор

That’s awesome! This is all what I needed

FadiQua
Автор

You should talk while coding and explain what it does and why ... hope it helps :-)

joaoluis
Автор

I was missing componentModel = "spring". Thank you

wantedlepota
Автор

Hi Sergio, Your videos are awesome so helpful I here by request to come up with videos on microservice project using spring cloud and deploy to aws using kubernetes

sravankumar
Автор

How can i test generated mappers when i have nested classes. Everytime i run test I gen Nullpointers. Dependencies are not injected into mappers

Njoy_
Автор

Why have you chosen char array for password l? Is it so you can easily clear the space?

rydmerlin
Автор

Oye podrisd hacer ejemplos con relaciones oneTomany ManyToMany, usando mapstruct me quedé estancado en eso, o puedes darme un ejemplo porfavor 😢

jesuscangalaya
Автор

No me quedo clara para que se usa mapper. :(

RustySilver-wq
Автор

Sergio, I am getting this error "java: package org.mapstruct does not exist" when i run my spring boot main class, I tried to implement MapStruct using intellij Idea with gradle, jdk 15 version, any clue

sravankumar