SpringBoot项目启动报错,如图Unabletostartwebserver;nestedexceptionisorg.springframework.context.ApplicationContextException:UnabletostartServletWebServerApplicationContextduetomissingServletWebServerFactorybean.这个错误可以看出ServletWebServerFactory在sping容器启动时没有将其注册进去,缺少相关依赖。没有对应的servelt容器,工程当然也就启动不起来。这里多讲一下,spring