码迷,mamicode.com
首页 > 移动开发 > 详细

解决spring-boot启动异常Unable to start EmbeddedWebApplicationContext due to missing EmbeddedServletContainerFactory bean

时间:2018-05-10 15:49:31      阅读:22295      评论:0      收藏:0      [点我收藏+]

标签:autoconf   启动异常   tar   cti   tomcat   dep   group   启动   col   

第一种:

需要在主类头加上  @EnableAutoConfiguration

 

第二种:

pom文件是否加了

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

如果在上述依赖加入了tomcat来启动,需要注释掉,否则无法通过mian方法启动起来。

解决spring-boot启动异常Unable to start EmbeddedWebApplicationContext due to missing EmbeddedServletContainerFactory bean

标签:autoconf   启动异常   tar   cti   tomcat   dep   group   启动   col   

原文地址:https://www.cnblogs.com/zyf-yxm/p/9019533.html

(5)
(7)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!