【FAQ】Unable to start EmbeddedWebApplicationContext due to missing EmbeddedServlet

原因:

   

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



去掉exclusions即可

posted @ 2017-11-02 15:54  码农阿当lodor  阅读(4232)  评论(0编辑  收藏  举报