Install spring plugin in Eclipse Luna
2 answers
In the Spring toolbox, you have more tools built into your IDE and the tools are set up.
As for the STS:
- ... comes with a version of Maven, Spring Roo and tc Server pre-packaged and pre-configured (you can start using tc server or Spring Roo right away without having to download or configure them manually)
- ... comes with pre-installed add-ons like Maven Integration for Eclipse (including Maven Eclipse integration for WTP, AJDT and Groovy / Grails)
+3
source to share
Download the Spring Toolkit from the following url and add the extracted libraries to the WEB-INF / lib folder of your dynamic web project.
or more
Go to Eclipse-> Help-> Install New Software Add a new site like this:
Name: SpringSource update site for Eclipse 4.4 URL: http://dist.springsource.com/release/TOOLS/update/e4.4/
+6
source to share