However for every new installation of spring tool suite or sts, it doesn't generate code. This happens because we need to install Lombok in sts. To do that please follow below steps:
- Open your maven repository
- Locate the Lombok jar inside org
- Run the jar available there.
- A window will appear
- Browse sts installation location folder
- Click on install
- Restart sts
- Update your project
Now you will be able to get the geeter or setter methods that you want to use with the object.
0 Comments