原文链接:https://spring.io/projects/spring-boot#overview
2.1.6版本 Reference Doc.
2.1.6版本 API Doc.
Spring Boot makes it easy to create stand-alone, production-grade Spring based Applications that you can "just run".
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 boot可以使创建独立的、生产级的、基于Spring的应用程序更加的简单,简单到只需要“运行”(免配置)。
我们固化Spring平台和第三方库的依赖,这样的话,你就可以免去很多烦恼。大多数的Sping boot工程只需要非常少的配置。
Features(特性)
Create stand-alone Spring applications
创建独立的Spring应用
Embed Tomcat, Jetty or Undertow directly (no need to deploy WAR files)
内置Tomcat,Jetty或直接运行(不需要部署war包)
Provide opinionated 'starter' dependencies to simplify your build configuration
提供固定的启动依赖项来简化你的构建工作
Automatically configure Spring and 3rd party libraries whenever possible
尽可能自动配置Spring和第三方库
Provide production-ready features such as metrics, health checks and externalized configuration
提供生产就绪的度量指标特性,例如:健康检查和外部化配置
Absolutely no code generation and no requirement for XML configuration
绝对没有代码生成,也不需要XML配置
You can also join the Spring Boot community on Gitter!
有兴趣可以加入Spring Boot community on Gitter!
Talks and videos(谈话和视频)
Quick start
Bootstrap your application with Spring Initializr.
用Spring Initializr启动应用程序。
网友评论