SpringBoot安裝
方式一:
Eclipese->Help->Eclipse Marketplace ->Finde STS -> Install
?注意:安裝過程中挺慢,而且可能會報錯,報錯時需要重復以上步驟(重新安裝STS后,安裝進度接之前的繼續進行)
方式二:
下載工具:Spring Tool Suite:https://spring.io/tools/sts/all
注意Eclipse的版本:
在Eclipse中打開Help->Install New Software
2.2 點擊Add
2.3 點擊Local,選擇下載后解壓的spring tool suite
2.4 點擊 Select All,之后確認。后面要一直確認。安裝完成之后,會提示重啟
?SpringBoot創建簡單的Web應用
?