Unable to start ServletWebServerApplicationContext due to missing ServletWebServerFactory bean一种解决方法

Unable to start ServletWebServerApplicationContext due to missing ServletWebServerFactory bean一种解决方法,第1张

Unable to start ServletWebServerApplicationContext due to missing ServletWebServerFactory bean一种解决方法

启动springboot程序时报错
org.springframework.context.ApplicationContextException: Unable to start ServletWebServerApplicationContext due to missing ServletWebServerFactory bean

启动工程时可能报如下错:

是因为springboot工程中pom.xml文件包含

    
        org.springframework.boot
        spring-boot-starter-tomcat
        provided
    

但工程配置中缺少"include dependencies with provided scope"导致。需要把该选项勾上。IDEA2019的配置如下图,如果是其他更高版本,可能交互方式改变,需要找到类似的配置项选中。

启动工程,即可启动成功。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zaji/5706124.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-12-17
下一篇 2022-12-17

发表评论

登录后才能评论

评论列表(0条)

保存