在 Eclipse Luna 中安装 spring 插件
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/25784161/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Install spring plugin in Eclipse Luna
提问by Alex
I downloaded Eclipse Luna and i want to install the plugin for spring What is the difference between: Spring IDE plugin and Spring tool suite plugin? Which one should I download?
我下载了 Eclipse Luna,我想安装 spring 插件 Spring IDE plugin 和 Spring tool suite plugin 之间有什么区别?我应该下载哪一个?
Eclipse+Spring Tool suite plugin = Spring Tool Suite release?
Eclipse+Spring Tool Suite 插件 = Spring Tool Suite 发布?
采纳答案by Tomasz Waszczyk
In the Spring Tool Suite you have more tools build into your IDE and the tools are configured.
在 Spring Tool Suite 中,您的 IDE 中内置了更多工具,并配置了这些工具。
As far as STS is concerned:
就STS而言:
- ... comes with Maven, Spring Roo and tc Server developer edition pre-packaged and pre-configured (you can start using tc Server or Spring Roo right away without the need to download or configure them manually)
- ... comes with additional components pre-installed, like the Maven Integration for Eclipse (including the Maven Eclipse integration for WTP, AJDT and Groovy/Grails)
- ... 自带 Maven、Spring Roo 和 tc Server 开发者版预打包和预配置(您可以立即开始使用 tc Server 或 Spring Roo,无需手动下载或配置它们)
- ... 预装了额外的组件,比如 Eclipse 的 Maven 集成(包括 WTP、AJDT 和 Groovy/Grails 的 Maven Eclipse 集成)
回答by Aniruddha
Download the Spring tools suite from the following URL and add the extracted libraries to the WEB-INF/lib folder of your dynamic web project.
从以下 URL 下载 Spring 工具套件并将提取的库添加到动态 Web 项目的 WEB-INF/lib 文件夹中。
or else
要不然
Go to Eclipse->Help->Install New Software Add new site as follows:
进入 Eclipse->Help->Install New Software 添加新站点如下:
Name: SpringSource Update Site for Eclipse 4.4 URL: http://dist.springsource.com/release/TOOLS/update/e4.4/
名称:Eclipse 4.4 的 SpringSource 更新站点 URL:http: //dist.springsource.com/release/TOOLS/update/e4.4/