Lombok with Spring Tool Suite 4

后端 未结 13 2075
长发绾君心
长发绾君心 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:47

    I faced same issue with for Spring tool suite 4

    Solution

    1. Close running STS.

    2. Open terminal

    3. Go to ~/.m2/repository/org/projectlombok/lombok/version

    4. Run java -jar lombok-version.jar Pop window will come.
    5. If it does not pick up the STS itself. Then chose specify location Choose SpringToolSuite4.ini at ⁨Applications⁩ ▸ ⁨SpringToolSuite4⁩ ▸ ⁨Contents⁩ ▸ ⁨Eclipse⁩ .
    6. Click install
    7. After this Starts Spring tool suite and clean project.
    0 讨论(0)
提交回复
热议问题