How to install Lombox in Spring Tool Suite 4 on Window 10 OS

{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:



This will be added to STS config file after successfully installed.
-javaagent:D:\sts-4.15.1.RELEASE\lombok.jar{codeBox}



And you have DONE!

Try to create project and class to make sure it's working well in your project.

WATCH FULL VIDEO FOR HOW TO DO IT NOW...




Previous Post Next Post