解决spring-boot启动异常Unable to start EmbeddedWebApplicationContext due to missing EmbeddedServletContain
人生处万类,知识最为贤。这篇文章主要讲述解决spring-boot启动异常Unable to start EmbeddedWebApplicationContext due to missing EmbeddedServletContain相关的知识,希望能为你提供帮助。
第一种:
需要在主类头加上
@EnableAutoConfiguration
【解决spring-boot启动异常Unable to start EmbeddedWebApplicationContext due to missing EmbeddedServletContain】第二种:
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方法启动起来。
推荐阅读
- Android广播(BroacastReceiver)与服务(Service)
- Android 开发版本统一
- Appium安卓与环境配置
- android 集成友盟分享之后,想自定义分享面板的看过来
- Android中EditText焦点问题
- 整合mybaties逆向生成 pojomapper.xml
- android控件获取 获取焦点
- Android Studio 快捷键Debug的使用
- 星云链提交DApp获得六千元奖励