[譯] 每天一段 Spring 5 官方文件(5.1.4.RELEASE)—— Spring Framework Overview 13

Zhoust發表於2019-02-25

Spring 框架概覽

開始時間 10:39,結束時間 11:47,用時 8 mins。

5. Getting Started

If you are just getting started with Spring, you may want to begin using the Spring Framework by creating a Spring Boot-based application. Spring Boot provides a quick (and opinionated) way to create a production-ready Spring-based application. It is based on the Spring Framework, favors convention over configuration, and is designed to get you up and running as quickly as possible.

翻譯

5. 開始學習

如果你剛剛開始使用 Spring,你可能想要通過建立一個基於 Spring Boot 的專案來開始使用 Spring Boot。Spring Boot 提供了一個快捷(和固執己見)的方式來建立基於 Spring 的生產級別應用。它基於 Spring 框架,約定大於配置,它使你能儘快的建立和執行。

詞彙

  1. favor 偏愛、喜歡

相關文章