SpringBoot的官方英文介紹(中文譯本)

gung123發表於2020-03-04

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平臺上採用了一個自行設計的檢視和第三方類庫以便於你快速啟動專案。多數的基於SpringBoot的專案僅需要極少的Spring框架上的配置。

Features(特性:)

1、Create stand-alone Spring applications;

翻譯:建立單機版的Spring專案;

2、Embed Tomcat, Jetty or Undertow directly (no need to deploy WAR files) ;

翻譯:直接內嵌了Tomcat、Jetty或者Undertow應用伺服器(無需再部署war包);

3、Provide opinionated ‘starter’ dependencies to simplify your build configuration;

翻譯:透過簡化你的構建配置,為你提供了一個自行設計的啟動器;

4、Automatically configure Spring and 3rd party libraries whenever possible;

翻譯:可以隨時自動配置Spring和第三方類庫;

5、Provide production-ready features such as metrics, health checks and externalized configuration;

翻譯:提供一個可隨時上生產環境的特性,就像一個度量儀,用於健康監測和擴充套件配置;

6、Absolutely no code generation and no requirement for XML configuration;

  翻譯:完全沒有衍生程式碼,並且無需XML配置。


來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/69952307/viewspace-2678561/,如需轉載,請註明出處,否則將追究法律責任。

相關文章