SpringUnable to start ServletWebServerApplicationContext due to miss ServletWebServerFactory bean(代码

Posted 九师兄

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了SpringUnable to start ServletWebServerApplicationContext due to miss ServletWebServerFactory bean(代码相关的知识,希望对你有一定的参考价值。

1.概述

我一个sparing boot项目,本地运行的时候报错。

Unable to start ServletWebServerApplicationContext due to miss ServletWebServerFactory bean

2. 网上

网上已经知道的答案如下,但是我尝试没解决

然后,依然出错,在StackOverFlow上,有人说 在启动类上加上缺少@SpringBootApplication标注,或者是Spring bean缺少@EnableAutoConfiguration标注等问题。

还有说,到本地的Maven仓库下,找到。。.m2\\repository\\org\\apache\\tomcat删除该文件夹下的文件。

但是不是上述问题。

可以查看构建日志,会发现有maven冲突。

以上是关于SpringUnable to start ServletWebServerApplicationContext due to miss ServletWebServerFactory bean(代码的主要内容,如果未能解决你的问题,请参考以下文章

Apollo启动报Config service failed to start in 120 seconds! Please check ./service/apollo-ser

apache http跳转到https代码

C# Mysql You have an error in your SQL syntax; check the manual that corresponds to your MySQL ser

初探pandas——索引和查询数据

Nacos 启动报错 Unable to start web server……Unable to start embedded Tomcat

The required Server component failed to start so Tomcat is unable to start解决之一