Project Lombok tutorial in Spring Boot with example | Java | Spring MVC | [Live Demo] | Code Decode

preview_player
Показать описание
Project Lombok tutorial in Spring Boot with example || Java || Spring MVC || [Live Demo]

Udemy Course of Code Decode on Microservice k8s AWS CICD link:

Course Description Video :

What is the need of Project Lombok ?
To reduce Boilerplate code in Java like getters,setters, toString methods ,constructor etc.
Languages like Kotlin and Scala which is also JVM based doesn't have this boilerplate code

What is Project Lombok ?
Project lombok is a Java library tool which is used to minimize/remove the boilerplate code and save the precious time of developer during development.
We can achieve this thing by using some annotation provided by lombok
It also increases the readability of the source code and saves some space

How to configure project lombok to eclipse

Comparison of Code with and without lombok

Lombok Annotation
@Getter and @Setter
@NoArgsConstructor
@AllArgsConstructor
@ToString
@EqualsAndHashCode
@Data

-------------------------------------------------------------------------------------------------------------------------------------

Code Decode Playlists

-------------------------------------------------------------------------------------------------------------------------------------
Subscriber and Follow Code Decode

--------------------------------------------------------------------------------------------------------------------------------------
#lombok #projectlombok #springboot #codedecode
Рекомендации по теме
Комментарии
Автор

Great 👌. Keep posting . Your All videos are helping to crack interview

NeverQuitOk
Автор

Great !!! But with so many annotations available now, I think the number of annotations in our code will actually be greater than the actual lines of code. Great and easy explanation. Thanks. Please do a video on RabbitMQ.

debashishdutta
Автор

Great, if possible make vedio on how to debug and resolve error I mean what should be out approach while resolving errors and exception

Jay-brud
Автор

Thanks for this. Please post the video for multithreading 3rd part & spring security 3 for authentication & auhorization

priyankachougule
Автор

Thank you so much wonderful explanation, just have one doubt, when we release jar, did it also gets packaged in application jar automatically??

mukulverma
Автор

Please help to have the spring interview questions

harinitiriveedhi