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

Zhoust發表於2019-02-16

Spring 框架概覽

開始時間 10:30,結束時間 10:44,用時 15 min。

原文

The Spring Framework is divided into modules. Applications can choose which modules they need. At the heart are the modules of the core container, including a configuration model and a dependency injection mechanism. Beyond that, the Spring Framework provides foundational support for different application architectures, including messaging, transactional data and persistence, and web. It also includes the Servlet-based Spring MVC web framework and, in parallel, the Spring WebFlux reactive web framework.

翻譯

Spring 框架由多種模組組成,應用程式可以選擇他們需要的模組。核心是容器模組,包括配置模型和依賴注入機制。在此之上,Spring 為不同的應用架構提供基礎支援,包括訊息、事務、持久化以及 web。它也包含基於 Servlet 的 Spring MVC 框架,同時也包含 WebFlux 響應式 web 框架。

詞彙

  1. mechanism ['mek(ə)nɪz(ə)m] 機制、原理
  2. foundational 基礎的、基本的
  3. persistence 持久化

相關文章