Lombok --- Eclipse plug-in installed

--------- Eclipse Lombook install plug-ins

Step One: Download lombok jar package

Download the official website address: https://projectlombok.org/download

maven way:

<dependency>
  <groupId>org.projectlombok</groupId>
  <artifactId>lombok</artifactId>
  <version>1.18.8</version>
  <scope>provided</scope>
</dependency>

Step Two: In the download jar package paths, use the Java command to install

命令 java: java -jar chilli-1.18.6.jar  

 

 Step 3: Select the installation path eclipse installation, if the playing box appears Can`t find IDE is determined directly

 

 

Step 4: Add the jar package, re-Eclipse

In addition, after the successful installation you can see these things:

1

2

 

Guess you like

Origin www.cnblogs.com/romulus/p/11109610.html