microblog | 微博客
原创
访问
0
获赞
0
评论
相关推荐
暂无数据
最新文章
暂无数据
热门文章
暂无数据

SpringCloud出现Unable to start ServletWebServerApplicationContext due to missing ServletWebServerFacto

写完bug就找女朋友 2022年02月28日 15:15:50 687 1386 0
分类专栏: SpringCloud SpringBoot Java 文章标签: tomcat

问题描述

刚刚在做SpringCloud项目的时候出现:
Unable to start ServletWebServerApplicationContext due to missing ServletWebServerFactory bean.
具体描述如下:

image.png

解决方法

引入一下依赖:

<!-- https://mvnrepository.com/artifact/org.apache.tomcat.embed/tomcat-embed-core --> <dependency> <groupId>org.apache.tomcat.embed</groupId> <artifactId>tomcat-embed-core</artifactId> <version>9.0.30</version> </dependency>

问题就得到就解决.



评论区

登录后参与交流、获取后续更新提醒

目录
暂无数据