Lombok with Spring Tool Suite 4

后端 未结 13 2081
长发绾君心
长发绾君心 2020-12-28 09:01

I\'ve recently installed the new Spring Tool Suite 4 in macOS High Sierra but when I tried to run Lombok\'s installation it wouldn\'t find my STS installation,

I fol

13条回答
  •  既然无缘
    2020-12-28 09:35

    I did it in a different way. just did the below.

    1. Copy the lombok.jar to the root directory of STS
    2. Added "-javaagent:lombok-1.16.18.jar" to the SpringToolSuite4.ini

    It worked for me.

提交回复
热议问题