Unable to start ServletWebServerApplicationContext due to missing ServletWebServerFactory bean. ERRO

foodie启动项目出现的报错
参考https://blog.csdn.***/weixin_44299027/article/details/113590189

排查方向:

一、启动类问题。

1、忘记启动类添加注解@SpringBootApplication;
2、main方法写错
代码格式是 SpringApplication.run(启动类名.class,args);

二、web依赖问题

1、没有添加下面依赖,添加即可,该依赖内置tomcat

javascript"><dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter-web</artifactId>
</dependency>

2、如下图,该依赖在pom中排除了tomcat,将其注释掉

三、IDEA问题

我用2021版的,我直接如上面方法正确引入依赖,但是,多次clean&install依旧报同样的错误。然后去下图位置中挨个找tomcat依赖,发现没有图中圈出的依赖,之后重启idea就好了。


转载请说明出处内容投诉
CSS教程_站长资源网 » Unable to start ServletWebServerApplicationContext due to missing ServletWebServerFactory bean. ERRO

发表评论

欢迎 访客 发表评论

一个令你着迷的主题!

查看演示 官网购买