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
Location
and name your site, such asSpring STS
; - Click
Ok
to save it and clickOk
again to exit setting; - Click
Help
->Install New Software
; - Select
Spring STS
or name in step 3 inWork with:
and wait eclipse to get full list of softwares can be installed or updated; - Choose
Core / Spring IDE
and clickNext
to install it.
- Download
lombok
from official site to local directory such asc:\Users\User\Downloads
; - Start
cmd
and change directory to download directory such asc:\Users\User\Downloads
; - Make sure
java
is on your%PATH%
and execute:java -jar lombok-x.x.x.jar
; - In the interface of
lombok-x.x.x.jar
choose the location of your eclipse installation and clickSelect
andInstall / 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.