Spring-boot基础知识
2020-12-13 06:07
标签:cti 自动装配 rto servlet ring auto 配置 netty 容器 三大特性: 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 Spring-boot基础知识 标签:cti 自动装配 rto servlet ring auto 配置 netty 容器 原文地址:https://www.cnblogs.com/niuyg928/p/11167100.html