三大特性:
1、组件自动装配(web mvc 、web flux、JDBC)
激活:@EnableAutoConfiguration
配置: META-INF/spring.factories
实现:XXXAutoConfiguration
2、嵌入式web容器(Tomcat jetty underTow)
web Servlet:Tomcat jetty underTow
web Reactive:Netty Web Server
3、生产准备特性
指标:/actuator/metrics
健康检查:/actuator/health
外部化配置:/actuator/configprops