Facing Issues with Lombok on STS suite

Check the below solutions

Rishab Batra
1 min readOct 31, 2022

If working on STS suite and Lombok is not working with STS

Refer to solutions here:

Try downloading it instead of adding directly to pom

  1. Exit STS.
  2. Download Lombok from the official site. https://projectlombok.org/download
  3. Now run the jar using java -jar lombok.jar
  4. And configure STS exe path.
  5. Restart it should work fine now.

You can check more solutions here.

https://stackoverflow.com/questions/35842751/lombok-not-working-with-sts

If new to Lombok Read here Documentation:

Thank You!

--

--