异常信息
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.
原因
丢失了web容器的工厂,也就是说我们并没有把它作为一个web应用来启动
解决办法
在springboot启动类上,添加@SpringBootApplication注解