技术栈
httphandler
I_itaiit
8 小时前
spring boot
·
nettywebserver
·
httphandler
·
webhandler
Spring Boot之Web服务器的启动流程分析
我们在启动Spring Boot程序的时候,会使用SpringApplication.run方法来启动,在启动流程中首先要判断的就是需要启动什么类型的服务器,是servlet?或者是reactive?那么spring boot是如何进行判断的呢?