Lombok not working with STS

后端 未结 18 1933
我在风中等你
我在风中等你 2020-12-14 06:49

Although I love lombok, it gives too much problems while configuring sometimes, specially in Linux. When I was trying to install it, I was getting the following error:

18条回答
  •  离开以前
    2020-12-14 07:31

    1. I have deleted the all lombok versions from .m2 directory
    2. Again run the mvn install from the project and it installs the lombok jar in .m2
    3. copy to lombok jar to eclipse installation folder, ran java -jar lombok..jar and install it.
    4. Enable annotation processing in java complier in eclipse

    It starts working.

    My environment is - windows, java 8 and eclipse 2020-06.

提交回复
热议问题