一 springboot简介

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/qq_33439525/article/details/84643736

一 Springboot官网介绍:

    

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.

SpringBoot可以轻松创建独立的、基于生产级Spring的应用程序,您可以“直接运行”这些应用程序。

我们对Spring平台和第三方库有自己的看法,因此您可以轻松的上手。大多数SpringBoot应用程序只需要很少的Spring配置。


二  springboot特点:

  • 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

    扫描二维码关注公众号,回复: 4405720 查看本文章
  • 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

  1. 创建一个独立的Spring应用程序

  2. 嵌入Tomcat,jetty或Undertow(不需要部署war文件)

  3. starter提供了自己的依赖项,以简化构建配置

  4. 尽可能自动配置Spring和第三方库

  5. 提供可用于生产的特性,例如指标,运行状况检查和外部化配置

  6. 绝对没有代码生成,也不需要XML配置


微服务解释:

https://martinfowler.com/microservices/

猜你喜欢

转载自blog.csdn.net/qq_33439525/article/details/84643736