STS install lombok plugin

Project Lombok is a java library that automatically plugs into your editor and build tools, spicing up your java.
Never write another getter or equals method again, with one annotation your class has a fully featured builder, Automate your logging variables, and much more.

Lombok download address: https://projectlombok.org/download

You must try Lombok [Translation]: https://blog.csdn.net/u014698745/article/details/86635258

STS (version: 3.9.9.RELEASE) key steps to install lombok: 

Step 1: Download the lombok plugin, such as version 1.16.18, and copy it to the STS installation directory, as shown below

Step 2: CMD switches to this directory, enter java -jar lombok.jar

Step 3: Click to select (Specify location) the path of the STS executable program as shown in the figure, and click Install/Update after confirmation

Step 4: The word "Install successful" appears as shown in the figure, the lombok plug-in installation is complete, click to quit (Quit Installer) 

After the lombok plug-in is installed, there is an extra line of javaagent configuration in the STS.ini configuration file, as shown in the figure

 

 

 

Guess you like

Origin blog.csdn.net/u014698745/article/details/99706673