SpringBoot的官方英文介绍(中文译本)

news/2024/7/7 13:10:04

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;

      翻译:完全没有衍生代码,并且无需XML配置。


http://www.niftyadmin.cn/n/3648133.html

相关文章

X Window研究笔记(20)

X Window研究笔记(20)转载时请注明出处和作者联系方式作者联系方式:李先静 20.X Window资源管理在X Window中,资源是一个广泛使用的概念。它包括图片、光标和窗口等对象,可以是内置的,也可以是注册的。每个资源都有一个ID&#xf…

SVN项目更新失败被锁定的解决方案

相关网址: 标题:svn更新项目提示该项目已锁定,svn“清理”解决问题 网址:https://blog.csdn.net/strwangfan/article/details/78748393 标题:SVN被锁定解决办法 网址:https://blog.csdn.net/strwangfan…

通过DigitalOcean Kubernetes扩展应用程序以实现增长

视频 (Video) 介绍 (Introduction) Effectively scaling your SaaS is imperative to business growth. Once you have built your application, it’s time to prepare for growth in usage. When to scale up? When to scale down? What metric to track for scaling? How…

X Window研究笔记(21)

X Window研究笔记(21)转载时请注明出处和作者联系方式作者联系方式:李先静 21.X Window 字符串与AtomAtom是X Window中的一大特色,不把它弄清楚,可能会对阅读其它代码形成障碍。X Window把常用的字串用一个hash表来管理,并给这些字…

react 实现滚动加载_如何在React中实现平滑滚动

react 实现滚动加载介绍 (Introduction) Smooth scrolling is when instead of clicking on a button and being instantly taken to a different part of the same page, the user is navigated there via a scroll animation. It’s one of those subtle UI features on a si…

jsp、freemarker、velocity、thymeleaf模板引擎优缺点

1、概述 在java领域,表现层技术主要有三种, (1)jsp; (2)freemarker; (3)velocity; (4)thymeleaf; 2、jsp 优点: 1、功能强大,可…

X Window研究笔记(22)

X Window研究笔记(22)转载时请注明出处和作者联系方式作者联系方式:李先静 22.X Window 简单示例对大多数linux程序员来说,很少有机会直接用Xlib去开发应用程序,那样开发效率太低,一般都是使用基于像GTK+和QT这样的too…

discord china_如何在Ubuntu 18.04上使用Discord Webhooks获取有关您的网站状态的通知

discord chinaThe author selected the Apache Software Foundation to receive a donation as part of the Write for DOnations program. 作者选择了Apache Software Foundation作为Write for DOnations计划的一部分来接受捐赠。 介绍 (Introduction) When you have critica…