SpringBoot的官方英文介紹(中文譯本)
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;
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/69952307/viewspace-2678561/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 2720 英文自我介紹
- 翻譯英文軟體哪個好?中文翻譯英文最便捷的方法
- SpringBoot介紹Spring Boot
- jepsen 官方文件的中文翻譯版本
- MySQL 官方工具utilities介紹MySql
- HTTPie 官方文件中文翻譯版HTTP
- Word檔案中文如何翻譯成英文
- Prepack 介紹(譯)
- 怎麼把Excel文件翻譯成中文?Excel文件翻譯方法介紹Excel
- [譯] React Profiler 介紹React
- SOLIDWORKS 2018官方正版功能介紹Solid
- SOLIDWORKS 2015官方正版功能介紹Solid
- kotlinx協程官方文件中文翻譯版本Kotlin
- edge瀏覽器翻譯功能在哪 edge網頁翻譯成中文方法介紹瀏覽器網頁
- 介紹SpringBoot 整合 Redis 快取Spring BootRedis快取
- 「譯」MotionLayout介紹 (part III)
- Vue webpack 介紹 翻譯VueWeb
- 「譯」MotionLayout 介紹 (part II)
- SOLIDWORKS 2022官方正版新功能介紹Solid
- 分散式賬本基本介紹分散式
- [譯] 介紹適用於 iOS 的 AloeStackViewiOSView
- Springboot是什麼?Springboot詳解!入門介紹Spring Boot
- NEO Python編譯器介紹Python編譯
- [譯] Chrome 71 新特性介紹Chrome
- [譯] 谷歌:Wake Lock API 介紹谷歌API
- 【譯】2分鐘介紹Rx
- logback官方文件中文翻譯第七章:FiltersFilter
- 中文Rhino 8新增內容介紹
- [譯] 關於 React Motion 的簡要介紹React
- Numba編譯器的介紹與應用編譯
- Hanlp在java中文分詞中的使用介紹HanLPJava中文分詞
- NLPIR系統的中文語義分析模式介紹模式
- Detectron2-寫模型(Write Models)官方文件中文翻譯模型
- [譯] Laravel 5 之美 – 1) 介紹Laravel
- [譯] part 20: golang 併發介紹Golang
- Gremlin-官網介紹翻譯REM
- 把catoiOS介紹翻譯10遍iOS
- SpringBoot2.0應用(一):SpringBoot2.0簡單介紹Spring Boot