(翻译看个人意愿)
官方介绍:
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平台自主的视图和第三方文库,这样你会做最少的无用功。spring boot应用只需要非常少的配置。
Features:
-
Create stand-alone Spring applications
-
Embed Tomcat, Jetty or Undertow directly (no need to deploy WAR files)
-
Provide opinionated 'starter' dependencies to simplify your build configuration
-
Automatically configure Spring and 3rd party libraries whenever possible
-
Provide production-ready features such as metrics, health checks and externalized configuration
-
Absolutely no code generation and no requirement for XML configuration
特性:
- 创建独立的Spring应用程序
- 直接嵌入Tomcat,Jetty或Undertow(无需部署WAR文件)
- 提供入门级的POM文件来简化您的Maven配置
- 尽可能的自动配置Spring和第三方库
- 提供生产就绪功能,如指标,运行状况检查和外部配置
- 绝对不会生成代码,也不需要XML配置
从自我介绍来看很容易入门。。。