首先声明springsources-tool-suits和spring-tool-suits完全是两个东西,不要混淆了。
springsources-tool-suits是eclipse的插件,spring-tool-suits是eclipse集成spring-boot和spring-cloud的工具,他本质还是eclipse
spring-tool-suits长这样
他们下载下来压缩包名称都不同
springsources-tool-suits插件安装比较麻烦,要对应相应的eclipse版本下载。
eclipse版本查看springsources-tool-suits可以去官网下载
网上找的http://spring.io/tools/sts/all地址都是404
可以去
https://github.com/spring-projects/toolsuite-distribution/wiki/Spring-Tool-Suite-3
下载对应版本,这里面只有eclipse版本是4.12.0-4.18.0
其他版本可以参考博客:https://blog.csdn.net/u010203767/article/details/69211072
接下里重点
springsources-tool-suits下载下来后安装
大部分下载下来是压缩包,所以点第二个,name随便起个名字。location然后ok
我这里安装了,所以next是不能点击的,
然后next,finish,但是有可能出现下面这种报黄的就可能失败了。
所以在这里选兼容安装
若果还报错失败,在Eclipse->Window->Preference->Install/Update->Available Software Sites下:
Eclipse->Window->Preference->Install/Update下:
把这几个取消了,应该就可以。我看其他博客说索性所有勾都取消了,这种我没试过可以不,大家可以试试,都取消了会下载更多东西,安装更慢。
安装完成,eclipse会重启。
然后
就安装好了。