温馨提示×

温馨提示×

您好,登录后才能下订单哦!

密码登录×
登录注册×
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》

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

发布时间:2020-08-11 14:24:40 来源:ITPUB博客 阅读:381 作者:gung123 栏目:软件技术

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配置。
向AI问一下细节

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

AI