Lombok problems with Eclipse Oxygen

后端 未结 20 965
南方客
南方客 2020-12-02 16:40

I upgraded recently to the new Eclipse version (Oxygen). I downloaded the lombok.jar from the website and installed it. This is how the eclipse.ini looks like a

20条回答
  •  春和景丽
    2020-12-02 17:17

    I tried all this but it didn't work for me. Lombok libraries were still not adding into my classpath.

    I was using the latest spring-boot version

    2.1.9.RELEASE

    when I reduced this to following version which worked for me

    2.1.7.RELEASE

提交回复
热议问题