溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務(wù)條款》

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

發(fā)布時間:2020-08-11 14:24:40 來源:ITPUB博客 閱讀:400 作者:gung123 欄目:軟件技術(shù)

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

翻譯:SpringBoot可以很簡單的創(chuàng)建一個基于項目的單機版,生產(chǎn)環(huán)境水平的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平臺上采用了一個自行設(shè)計的視圖和第三方類庫以便于你快速啟動項目。多數(shù)的基于SpringBoot的項目僅需要極少的Spring框架上的配置。

Features(特性:)

1、Create stand-alone Spring applications;

翻譯:創(chuàng)建單機版的Spring項目;

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

翻譯:直接內(nèi)嵌了Tomcat、Jetty或者Undertow應(yīng)用服務(wù)器(無需再部署war包);

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

翻譯:通過簡化你的構(gòu)建配置,為你提供了一個自行設(shè)計的啟動器;

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

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

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

翻譯:提供一個可隨時上生產(chǎn)環(huán)境的特性,就像一個度量儀,用于健康監(jiān)測和擴展配置;

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

  翻譯:完全沒有衍生代碼,并且無需XML配置。
向AI問一下細(xì)節(jié)

免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點不代表本網(wǎng)站立場,如果涉及侵權(quán)請聯(lián)系站長郵箱:is@yisu.com進(jìn)行舉報,并提供相關(guān)證據(jù),一經(jīng)查實,將立刻刪除涉嫌侵權(quán)內(nèi)容。

AI