Reduce boilerplate code using Lombok plugin
One of the things I hate about Java is the ceremony around a functionality. When you want to create a simple Entity class, you need to write the setters, getters and the toString methods....
One of the things I hate about Java is the ceremony around a functionality. When you want to create a simple Entity class, you need to write the setters, getters and the toString methods....
Spring boot is an awesome library that allows swift spring web application development and deployment. We heavily use start.spring.io for generating the skeleton project with a basic setup and then use the required dependencies....
I have been a developer from last 10 years and have used a wide variety of IDEs ranging from Notepad ( Yes, I wrote my first java program in notepad !! ) to Netbeans. But...