码迷,mamicode.com
首页 > 编程语言 > 详细

Spring-boot基础知识

时间:2019-07-10 22:59:50      阅读:116      评论:0      收藏:0      [点我收藏+]

标签: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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!