今天先來讓大家認識一下Spring boot跟他的特色吧!! 明天我們就來正式啟動一個Spring boot專案 !!
Spring Boot是由Pivotal 團隊所開發,是基於Spring框架的開源框架,繼承Spring框架原有的優秀特性,並簡化了原本Spring需要透過地繁瑣配置才能啟動服務。
參考官方文件的說法:
Spring Boot makes it easy to create stand-alone, production-grade Spring based Applications that you can "just run".
We take an opinionated view of the Spring platform and third-party libraries so you can get started with minimum fuss. Most Spring Boot applications need very little Spring configuration.
spring-boot-starters
,可以簡單的管理依賴的版本**(dependency version)**,確保兼容性。看完之後,有沒有覺得要好好來認識一下Spring boot呢
希望在未來的30天可以讓自己更熟悉也邊跟大家分享文章,希望讓大家人人都有機會上手Spring boot !
最後再送上一個在官方網站上看到的一句話
Most [of our] services today are all based on Spring Boot. I think the most important thing is that [Spring] has just been very well maintained over the years...that is important for us for the long term because we don’t want to be switching to a new framework every two years.
Paul Bakker, Senior Software Engineer, Netflix