eclipce plug

1: chilli

  1. Download lombok.jar package: https://projectlombok.org/download

  2. Copy the package to the lombok.jar myeclipse.ini / eclipse.ini directory where the file

 

 

3. Open myeclipse.ini / eclipse.ini, add the following code at the end and save:

 -Xbootclasspath/a:lombok.jar
   -javaagent:lombok.jar 

note:

-Xbootclasspath / a: lombok.jar this can not write write

-javaagent: lombok.jar must write this

4. Restart myeclipse / eclipse.

5.project ==> clean clean-up projects or project update

Guess you like

Origin www.cnblogs.com/xueershewang/p/11711896.html