gothinkster/spring-boot-realworld-example-app

Error With Getter and setter

thornsereyvong opened this issue · 2 comments

Error With Getter and setter

I have also faced the same issue while using Lombok in eclipse.

And I am able to solve the issue by following the below steps.

1.Copy and paste the lombok jar into the eclipse installation folder.
2.Run the command "java -jar lombok-.jar".
3.A GUI opens.
4.Check the IDE listed in the installer.
5.This entry should be available in the eclipse.ini file "-javaagent:<>".
6.Restart Eclipse to find the changes which starts listing the associated getters, setters in your java file.

Hope this will help you.