解决spring-boot启动异常Unable to start EmbeddedWebApplicationContext due to missing EmbeddedServletContain
Posted 宇翊
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了解决spring-boot启动异常Unable to start EmbeddedWebApplicationContext due to missing EmbeddedServletContain相关的知识,希望对你有一定的参考价值。
第一种:
需要在主类头加上 @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 EmbeddedServletContain的主要内容,如果未能解决你的问题,请参考以下文章
一个Tomcat下部署多个项目异常:org.springframework.jmx.export.UnableToRegisterMBeanException: Unable to register
Spring-Boot启动异常NoClassDefFoundError: javax/servlet/Servlet
Hibernate中出现异常解决org.hibernate.service.spi.ServiceException: Unable to create requested service
Hibernate中出现异常解决org.hibernate.service.spi.ServiceException: Unable to create requested service