1. 程式人生 > >Spring Boot 入門實踐

Spring Boot 入門實踐

iss inf 更新 software watermark xxx IT 現在 查看

一、Eclipse配置Spring Boot環境

1、查看eclipse版本信息;

技術分享圖片

2、登錄:http://spring.io/tools/sts/all 看eclipse對應的插件版本對應的eclipse 信息

技術分享圖片

很顯然我的eclipse版本太低,沒有對應的spring boot tools版本,到eclipse官網下載新版本

二、安裝spring boot tools

在eclipse中進行插件的安裝 1:Help-->Install New Software-->work with 中輸入http://dist.springsource.com/release/TOOLS/update/e4.7/ 技術分享圖片
2:點擊accept(接受),然後一路next就成. 3:安裝完成後,會提示重啟。重啟後,Spring IDE出現在歡迎界面 技術分享圖片 註意事項:
  • 在eclipse中進行插件的安裝時,只選擇: XXX/Spring IDE的
  • 在eclipse中進行插件的安裝時,不需要聯網更新

Spring Boot 入門實踐