1. 程式人生 > >eclipse安裝spring外掛的過程與錯誤解決

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