eclipse安装spring插件的过程与错误解决

1.在Ecilpse jee中编写spring框架的东西  需要配置spring的插件 

安装spring tool suite 它是一个eclipse插件,利用该插件可以方便的在eclipse平台上开发基于spring的应用

在help菜单栏中------选择install available software  然后进入以上界面。

之后有两个办法进行安装spring插件:

http://spring.io/tools3/sts/all/   

在该地址中选择版本进行下载zip包

然后eclipse的install界面 进行选择add进行添加----选择

然后选择下载的zip包 进行确定,然后选择带有spring ide的项 进行安装。

②在线安装

打开eclipse->Help->Install new software->Add,在Name中输入Spring(名字随意),Location中输入http://dist.springsource.com/release/TOOLS/update/e4.7/

 2.错误与解决:

An error occurred while collecting items to be installed session context was:(profile=D__DevelopTools_eclipse_jee-oxygen_eclipse, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
No repository found containing: osgi.bundle,oracle.eclipse.tools.rest.lib,17.0.0.201709131633
出现以上文字错误,请参考:
作者:zf_csdn 
来源:CSDN 
原文:https://blog.csdn.net/zf_csdn/article/details/79379955 
 

猜你喜欢

转载自blog.csdn.net/Taylor_Ocean/article/details/84952063