您好,登錄后才能下訂單哦!
目前使用springboot框架的IT項(xiàng)目越來(lái)越多,在此總結(jié)一下用eclipse搭建springboot開發(fā)環(huán)境的步驟:
1、下載maven
? ? ?官網(wǎng):http://maven.apache.org/download.cgi
2、maven配置過(guò)程
? ? ?(1)解壓下載的maven文件,然后打開eclipse,window——preferences——maven——installations
? ? ??
? ? ?(2)點(diǎn)擊上圖中的add,添加剛剛解壓的maven文件目錄
? ? (3)點(diǎn)擊finish即可
? ? (4)打開maven解壓文件,找到apache-maven-3.6.0/conf 下的 settings.xml文件,并使用文本編輯器打開,修改該文件
? ? ? ? ? ? 添加以下內(nèi)容:
? ? ? ? ?<!--配置maven本地jar倉(cāng)庫(kù),即jar包保存在本機(jī)的路徑-->
? ? ? ? <localRepository>F:\eclipse\maven\localRespository</localRepository>
? ? ? ?<!--使用阿里云鏡像-->
? ? ? <mirror>
? ? ? ? <id>nexus-aliyun</id>
? ? ? ? <mirrorOf>*</mirrorOf>
? ? ? ? <name>Nexus aliyun</name>
? ? ? ? <url>http://maven.aliyun.com/nexus/content/groups/public</url>
? ? ? </mirror>?
?如圖所示:?
? ? (5)更新eclipse的maven配置路徑,window——preferences——maven——User Settings,選擇剛剛修改的settings.xml文件,點(diǎn)擊update Settings,然后點(diǎn)擊apply and close即可
? ?(6)重啟eclipse即可
3、接下來(lái)下載sts插件,首先打開eclipse安裝目錄中的.eclipseproduct文件,查看自己的eclipse版本號(hào),然后下載對(duì)應(yīng)版本的sts插件。
? ? (1)sts官網(wǎng)下載地址:https://spring.io/tools3/sts/legacy
? ? ?在這里注意,官網(wǎng)提供的下載會(huì)得到兩個(gè)不同的文件
? ? ?①spring-tool-suite-3.9.3.RELEASE-e4.7.3-win32-x86_64.zip
? ? ?②springsource-tool-suite-3.9.3.RELEASE-e4.7.3-updatesite.zip
? ? ?如果采用①,后期eclipse配置時(shí)會(huì)有問題,如下:
? ? ?
????我們需要的是②,在這里有個(gè)技巧,我們打開https://spring.io/tools3/sts/legacy找到自己eclipse所對(duì)應(yīng)的sts插件版本,然后在文件上右擊,復(fù)制鏈接地址,
? ?
然后我們?cè)跒g覽器里新打開一個(gè)窗口,將鏈接地址粘貼,例如我的是??https://download.springsource.com/release/STS/3.9.3.RELEASE/dist/e4.7/spring-tool-suite-3.9.3.RELEASE-e4.7.3-win32-x86_64.zip
?然后我們將鏈接中的STS替換為TOOLS/update,去掉dist/,最后,將最后的文件名spring-tool-suite-3.9.3.RELEASE-e4.7.3-win32-x86_64.zip改為springsource-tool-suite-3.9.3.RELEASE-e4.7.3-updatesite.zip即可得到對(duì)應(yīng)的②文件。
? ? (2)打開Eclipse,Help— Install new Sofware?點(diǎn)擊Add按鈕 ,再點(diǎn)擊Archive 選擇剛剛下載的zip文件(例如我的是:springsource-tool-suite-3.9.3.RELEASE-e4.7.3-updatesite.zip)?,點(diǎn)擊ok即可。
? ? (3)然后我們勾選出需要的組件,一般web項(xiàng)目,只需要四個(gè)文件即可。最后那個(gè)contact all update sites...不勾選,是因?yàn)槲覀兪?本地安裝的,如果勾選,會(huì)導(dǎo)致速度變慢。
? ? ? ? ? ? 點(diǎn)擊next,等待組件安裝。(這里預(yù)計(jì)花費(fèi)時(shí)間較長(zhǎng))
? ? (4)組件安裝成功之后,點(diǎn)擊next,然后接受協(xié)議即可完成安裝。
? ? (5)重啟eclipse即可安裝成功,window——preferences——spring
? ??
【說(shuō)明】
如果安裝過(guò)程中出現(xiàn)cannot perform operation.Computing……
原因是eclipse會(huì)先從自己的更新源網(wǎng)站下載。
解決辦法如下:
(1)選擇manage
(2)將“http”開頭的網(wǎng)址去掉。然后重新下載即可。
更多學(xué)習(xí)課程請(qǐng)關(guān)注小鹿老師的視頻課程:http://edu.51cto.com/lecturer/13072457.html
免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如果涉及侵權(quán)請(qǐng)聯(lián)系站長(zhǎng)郵箱:is@yisu.com進(jìn)行舉報(bào),并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。