1. 程式人生 > >springboot 之 helloworld

springboot 之 helloworld

      剛開始學習springboot,只為記錄整個學習過程, 如有不足之處,請諒解!

    1  建立maven專案,如下圖所示:  

 

   輸入專案名稱,直接點選 Finish 完成專案的建立。

2  在pom.xml中 引入springboot 專案的jar及父專案,如下圖所示:

   

 

 3    建立springboot的啟動類,如下圖所示:

 

 4    建立測試用的controller 類,書寫簡單的請求方法 輸出hello wolrd,如下圖所示:

 

5  啟動專案,在瀏覽器中輸入地址,測試輸出,如下圖所示:

   

 至此,一個簡單的springboot 版本的 hellowolrd 就完成了!