Spring-Boot
org.springframework.context.ApplicationContextException: Unable to start embedded container; nested exception is org.springframework.context.ApplicationContextException: Unable to start EmbeddedWebApplicationContext due to missing EmbeddedServletContainerFactory bean.
我的解决方法是:直接去maven仓库下 \org\apache\tomcat 。把里面所有文件删了,重新进入项目右键 maven,update强制更新一次 ,解决问题