Spring Boot官网概述
Spring Boot 简介
Spring Boot makes it easy to create stand-alone, production-grade Spring based Applications that you can "just run".(spring boot可以应用程序开发更独立,更产接近实际应用 .)
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平台和第三方包,让你们开发时,可以获得更多的便利.)
Features 特性
Create stand-alone Spring applications 创建独立的spring程序
Embed Tomcat, Jetty or Undertow directly (no need to deploy WAR files) 可以运行在tomcat Jetty Undertow服务器.
Provide opinionated 'starter' dependencies to simplify your build configuration
提供唯一的’starter’依赖使配置更为简单
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去做配置.(很多配置都是只需要注解码就可以)
英文文档见 https://docs.spring.io/spring-boot/docs/
浙公网安备 33010602011771号