Start Creating User API | Installing Lombok | Creating Entity | Creating Services | Backend Course

preview_player
Показать описание
In this video we are going to learn how to create user api step by step.
In this video we are going to create User Entity , Create User Dtao , Create User Repository , Install Lombok step by step .

#backend_course #spring_boot

Start Creating User API | Installing Lombok | Creating Entity | Creating Services | Backend Course

Important Videos:

Important Playlist:

Important Links:

Disclaimer:
All videos are for educational purposes and use them wisely. Any video may have a slight mistake, please take decisions based on your research. This video is not forcing anything on you.
Рекомендации по теме
Комментарии
Автор

01:35=Entity class, 05:40= Check Database table is created or not, 05:55= to check DataBase table creating or not, 07:30=User Repository class, 09:15=UserService, 10:24= UserDTO, 14:05= Lambok jar download, 17:33= UserServiceImpl, 17:40=autowire UserRepository, 19:01= Entity to DTO, DTO to Entity,

narutodihargo
Автор

GreatFull series is going on free of cost...Thanks

Vithal_Nivargi
Автор

Bhai ye dto to user and user to dto conversion smajh nhi aaya iska need kya hai ??

Kumarsingh
Автор

In lombok, @Data annotation itself provides @Getter @Setter @RequiredArgsConstructor @ToString @EqualsAndHashCode, @NoArgsConstructor. So we can use the Data annotation to reduce the code.

chinmayaparamguru
Автор

17:25= UserServiceImpl, 19:10= Dto to Entity, Entity to Dto conversion,

ankushghosh
Автор

if any problem with the pom.xml and springboot project is not running. remove the lambok dependency for now.

shivamrai
Автор

Please include redis also in this project, for mapping dto to entity or vice versa u a can use mapper interface.

asam
Автор

Latest STS doesn't give pom.xml until I convert the project in a maven project, then pom.xml appears but doesn't contain the required dependencies. Entering annotations does not give any suggestions, javax is not present but jakarta is present. You are not facing these things in the video Please add any comment if possible to counter these issues.

abhinavkumar
Автор

The property hibernate dialect is not mandatory. You can remove if you're getting an error, it will take default value.

shriprasadgujare
Автор

2:22 kaise suggestion aa raha hai mere me suggestion nhii de rha😢

RuDraKannoJiya
Автор

what is the benefit of writing in payloads? can't we use directly all fields from service class only?

navyaswarup
Автор

awesome till the lesson... thanks a ton bro

presidentravi
Автор

Sir daily atleast two videos try to upload

sourabhkumar
Автор

hello bro hame Service inerface ki need kyu hogi

somduttsharma
Автор

@Builder annotation from lombok should be used to construct objects of User and UserDto

roshnil
Автор

why we needed to install lombok jar when we have already added the dependency of lombok at pom.xml?

rohitkandari
Автор

After lombok installation k badd jo bhi hua ek bar uska explanation mil skta hai please .

rishabhgupta
Автор

You're using javax and the latest one is jakarta any specific reason?

GLINCKERO
Автор

Unable to run the application, not getting run as-> java application option. also suggestions are not coming in STS while writing code.

PrastutiJain
Автор

Hi Durgesh Sir, I still getting the error in the getid, getname in the UserServuceImpl package pls help me out

vaishnaviswami
visit shbcf.ru