Eclipse插件安装

来源:互联网 发布:老外中国快递知乎 编辑:程序博客网 时间:2024/05/21 19:24

部分内容属于个人理解,如有错误,欢迎提出,共同进步大笑

1 springsource tool suite

1.1 安装:

1)查看Eclipse的版本,Help--》About Eclipse。如:“Version: Mars Release (4.5.0)”
2)获取对应版本的插件,浏览:http://spring.io/tools/sts/all
PS:update site中的地址
3)Help--》Install New Software--》将步骤2中的网址复制到“Work with”中--》回车。出现Pending...(加载)
4)勾选一下内容
Core/Spirng IDE---------------核心
Extensions/Spring IDE------扩展
Integrations/Spring IDE-----整合
Resources/Spring IDE-------源码

5)取消勾选,"Contact all update sites during install to find required software"(期间联系所有更新站点安装所需的软件)

6)next,又弹出框就直接next。需要同意的就直接同意,其他的都不用修改。

1.2 成功:


1.3 创建项目

1)new--》project--》spring--》spring project--》next
2)填写项目名称--》Template选择spring MVC Procject--》next

3)填写包名,如下




0 0