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

Spring 框架概览

开始时间 10:05,结束时间 10:25,用时 20 min,今天时间早翻译了两段。spring

Over time, the role of Java EE in application development has evolved. In the early days of Java EE and Spring, applications were created to be deployed to an application server. Today, with the help of Spring Boot, applications are created in a devops- and cloud-friendly way, with the Servlet container embedded and trivial to change. As of Spring Framework 5, a WebFlux application does not even use the Servlet API directly and can run on servers (such as Netty) that are not Servlet containers.服务器

Spring continues to innovate and to evolve. Beyond the Spring Framework, there are other projects, such as Spring Boot, Spring Security, Spring Data, Spring Cloud, Spring Batch, among others. It’s important to remember that each project has its own source code repository, issue tracker, and release cadence. See spring.io/projects for the complete list of Spring projects.app

翻译

随时间推移,Java 企业级开发的规则也不断发展。在 Java EE 和 Spring 的早期开发中,在一台应用服务器上部署多个应用。现现在,在 Spring Boot 的帮助下,使用内嵌 Servlet 容器以及没必要要的配置,应用以「开发-运维」云平台部署的方式被建立。自 Spring 5 开始,WebFlux 应用甚至不须要直接使用 Servlet API,也能运行在不须要 Servlet 容器的环境中(如 Netty)。框架

Spring 继续创新和发展,除 Spring 框架外,也有像 Spring Boot、Spring Security、Spring Data、Spring Cloud、Spring Batch 等其余框架。每一个项目都有其源代码仓库、issue 追踪以及发布周期。详情请见 spring.io/projects运维

词汇

evolve [ɪ'vɒlv] 发展进化 trivial ['trɪvɪəl] 不重要的,琐碎的 innovate ['ɪnəveɪt] v. 创新翻译

相关文章
相关标签/搜索