启动springboot程序时报错
org.springframework.context.ApplicationContextException: Unable to start ServletWebServerApplicationContext due to missing ServletWebServerFactory bean
启动工程时可能报如下错:
是因为springboot工程中pom.xml文件包含
org.springframework.boot spring-boot-starter-tomcatprovided
但工程配置中缺少"include dependencies with provided scope"导致。需要把该选项勾上。IDEA2019的配置如下图,如果是其他更高版本,可能交互方式改变,需要找到类似的配置项选中。
再启动工程,即可启动成功。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)