SpringBoot官⽹概述
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’依赖使配置更为简单springboot中文
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去做配置.(很多配置都是只需要注解码就可以)
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。
发表评论