0
点赞
收藏
分享

微信扫一扫

springboot 特点

笑望叔叔 2022-05-06 阅读 79
spring

spring boot

spring-boot

特点

1.Create stand-alone Spring applications.
– 平台独立。

2.Embed Tomcat, Jetty or Undertow directly (no need to deploy WAR files).
– 内置 TomcatJettyUndertow 服务器。

3.Provide opinionated ‘starter’ dependencies to simplify your build configuration.
– 内置各种依赖,简化程序的部署。

4.Automatically configure Spring and 3rd party libraries whenever possible.
– 自动配置Spring和第三方库。

5.Provide production-ready features such as metrics, health checks, and externalized configuration.
– 提供可用于生产的特性,如度量、健康检查和外部化配置。

6.Absolutely no code generation and no requirement for XML configuration.
– 完全不需要代码生成,也不需要XML配置。

举报

相关推荐

0 条评论