{getToc} $title={Table of Contents}
Lombox Installation
How to install lombok in Spring STS in Window 10 OS
First, add maven dependency into your pom then go to .m2 local repository.
Go to .m2 repository where lombox libs is located and run CMD as bellow:
Then it will pop-up window as bellow:
Many times, lombok not detect the directory itself.
You have to set the directory yourself by click on the specified location
button.
Specify the STS location where you did install or unzip the bundle file. In
my case I installed.
D:\sts-4.15.1.RELEASE{codeBox}
In Spring Tool Suite Configuration file bellow:
-javaagent:D:\sts-4.15.1.RELEASE\lombok.jar{codeBox}
Try to create project and class to make sure it's working well in your
project.