[译] 天天一段 Spring 5 官方文档(5.1.4.RELEASE)—— Spring Framework Overview 04

Spring 框架概览

开始时间 10:30,结束时间 10:44,用时 15 min。react

原文

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.web

翻译

Spring 框架由多种模块组成,应用程序能够选择他们须要的模块。核心是容器模块,包括配置模型和依赖注入机制。在此之上,Spring 为不一样的应用架构提供基础支持,包括消息、事务、持久化以及 web。它也包含基于 Servlet 的 Spring MVC 框架,同时也包含 WebFlux 响应式 web 框架。架构

词汇

  1. mechanism ['mek(ə)nɪz(ə)m] 机制、原理
  2. foundational 基础的、基本的
  3. persistence 持久化
相关文章
相关标签/搜索