Yes
- Start eclipse and click menu item as
Eclipse->Window->Preferences->Install/Update->Available Software Site->Add; - Copy site address from Update Sites,such as: http://dist.springsource.com/release/TOOLS/update/e4.5/ ;
- Paste site address to
Locationand name your site, such asSpring STS; - Click
Okto save it and clickOkagain to exit setting; - Click
Help->Install New Software; - Select
Spring STSor name in step 3 inWork with:and wait eclipse to get full list of softwares can be installed or updated; - Choose
Core / Spring IDEand clickNextto install it.
- Download
lombokfrom official site to local directory such asc:\Users\User\Downloads; - Start
cmdand change directory to download directory such asc:\Users\User\Downloads; - Make sure
javais on your%PATH%and execute:java -jar lombok-x.x.x.jar; - In the interface of
lombok-x.x.x.jarchoose the location of your eclipse installation and clickSelectandInstall / Update; - Exit
lombok-x.x.x.jar; - Exit eclipse;
- Restart eclipse;
Please DO NOT try to restart eclipse from 'File->Restart' menu directly, it may not work sometime.