spring boot學習筆記(一)

(翻譯看個人意願)

官方介紹:

Spring Boot makes it easy to create stand-alone, production-grade Spring based Applications that you can "just run".

springboot 會讓你非常容易的創建一個獨立的生產級spring基礎應用,而且對於它你能做的就是“開始運行”。。

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平臺自主的視圖和第三方文庫,這樣你會做最少的無用功。spring boot應用只需要非常少的配置。

Features:

  • Create stand-alone Spring applications

  • Embed Tomcat, Jetty or Undertow directly (no need to deploy WAR files)

  • Provide opinionated 'starter' dependencies to simplify your build configuration

  • Automatically configure Spring and 3rd party libraries whenever possible

  • Provide production-ready features such as metrics, health checks and externalized configuration

  • Absolutely no code generation and no requirement for XML configuration

特性:

  • 創建獨立的Spring應用程序
  • 直接嵌入Tomcat,Jetty或Undertow(無需部署WAR文件)
  • 提供入門級的POM文件來簡化您的Maven配置
  • 儘可能的自動配置Spring和第三方庫
  • 提供生產就緒功能,如指標,運行狀況檢查和外部配置
  • 絕對不會生成代碼,也不需要XML配置

從自我介紹來看很容易入門。。。

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章