SpringBoot Unable to start EmbeddedWebApplicationContext due to missing EmbeddedServletContainerFact

满堂花醉三千客,一剑霜寒十四洲。这篇文章主要讲述SpringBoot Unable to start EmbeddedWebApplicationContext due to missing EmbeddedServletContainerFact相关的知识,希望能为你提供帮助。
【SpringBoot Unable to start EmbeddedWebApplicationContext due to missing EmbeddedServletContainerFact】SpringBoot
Unable to start EmbeddedWebApplicationContext due to missing EmbeddedServletContainerFactory bean.
解决:
添加springboot-web的注解

< dependency> < groupId> org.springframework.boot< /groupId> < artifactId> spring-boot-starter-web< /artifactId> < /dependency>

 

    推荐阅读